]> git.donarmstrong.com Git - catcam.git/commitdiff
add deployment script
authorDon Armstrong <don@donarmstrong.com>
Fri, 9 Dec 2016 19:19:57 +0000 (11:19 -0800)
committerDon Armstrong <don@donarmstrong.com>
Fri, 9 Dec 2016 19:19:57 +0000 (11:19 -0800)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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