From: Don Armstrong Date: Fri, 9 Dec 2016 19:19:57 +0000 (-0800) Subject: add deployment script X-Git-Url: https://git.donarmstrong.com/?p=catcam.git;a=commitdiff_plain;h=75a3af7c91fe083340dcd2d1890fc543dd3b57c4 add deployment script --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d344932 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +#!/usr/bin/make -f + + +deploy: motion_detected.sh + scp $^ don@jax.vpn.donarmstrong.com:.; + +.PHONY: deploy