1 files changed, 1 insertions(+), 1 deletions(-)
M Makefile
M Makefile => Makefile +1 -1
@@ 24,4 24,4 @@ serve:
.PHONY: deploy
deploy:
- scp -r $(BUILD_DIR)/* root@brettgilio.com:/var/www/orcircd.org
+ rsync -a -e "ssh" -v $(BUILD_DIR)/ root@brettgilio.com:/var/www/orcircd.org/