X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/0c44106aa6060fb4836f54b6230dfaae6ed8ddc1..3fdab855a4dd23026c0320dbb01a58acbfd7c728:/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