From 368f893fe2995d112abeceaf31651d44630fe6dc Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 29 Jan 2020 20:26:39 +1100 Subject: [PATCH] Add Makefile for deployment --- v2/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 v2/Makefile diff --git a/v2/Makefile b/v2/Makefile new file mode 100644 index 0000000..04cff7e --- /dev/null +++ b/v2/Makefile @@ -0,0 +1,6 @@ +all: + echo "Available targets:" + echo "- deploy" + +deploy: + rsync -avzhP public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/