summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4606ec4..b063004 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ dev:
.PHONY: deploy
deploy:
@echo "Deploying project..."
- rsync -rvzP --delete --chown 80:80 out/* $(RSYNC_TARGET)
+ rsync -rvzP --delete --chown 80:80 public/* $(RSYNC_TARGET)
.PHONY: clean
clean: