aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/