X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/d9462d28f7f6dd46c6477ab0a3429caf1bff3f7d..eb1aab372e720aaf68aef33d49f8b80950ff566c:/Makefile diff --git a/Makefile b/Makefile index 3d667cb..353cbb8 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ clean: rm -rf out/ deploy: - rsync -avzLP out/ abandali@bandali.eu.org:www/site/ - ssh abandali@bandali.eu.org mv www/site/.htaccess-www www/.htaccess + rsync -avzLP out/ abandali@bndl.org:www/site/ + ssh abandali@bndl.org mv www/site/.htaccess-www www/.htaccess .PHONY: deploy