aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2018-09-05 06:18:46 -0600
committerKenny Ballou <kballou@devnulllabs.io>2018-09-05 06:18:46 -0600
commita1cbe6dcd4639d70601c64bdc0e3ce7d91709955 (patch)
treeedd0e9624594025e64a21e92b27d4d22afe67fda
parentf6f782de2ec306fbac9f9935aec17d2fb19ba8a7 (diff)
downloadblog.kennyballou.com-a1cbe6dcd4639d70601c64bdc0e3ce7d91709955.tar.gz
blog.kennyballou.com-a1cbe6dcd4639d70601c64bdc0e3ce7d91709955.tar.xz
add deploy target to Makefile
Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index abf2739..069ed01 100644
--- a/Makefile
+++ b/Makefile
@@ -52,3 +52,7 @@ $(BUILD_DIR)/%: $(STATIC_DIR)/% | $(BUILD_DIR)
.PHONY: clean
clean:
-rm -r $(BUILD_DIR)
+
+.PHONY: deploy
+deploy: clean all
+ aws s3 cp --recursive $(BUILD_DIR)/ s3://blog.kennyballou.com/