From: Don Armstrong Date: Fri, 9 Dec 2016 19:19:57 +0000 (-0800) Subject: add deployment script X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=75a3af7c91fe083340dcd2d1890fc543dd3b57c4;hp=bc47fbc4ad42526a809a84102967e4cb68b6b29a;p=catcam.git 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