X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/9b0e83daebf9e9ecda0f071bf51a9317f6d6384e..79d486cb111a13ce1d2858373188ea94252cf057:/Makefile diff --git a/Makefile b/Makefile index 7e36abd..22073bd 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ out/notes.rss: meta_feed_rss.m4 ; m4 $< > $@ $(STATIC): ; ln -s $(PWD)/static/$(notdir $@) $@ deploy: - rsync -avzLP out/ abandali@bandali.eu.org:www/ + rsync -avzLP out/ abandali@bandali.eu.org:www/site/ + ssh abandali@bandali.eu.org mv www/site/.htaccess-www www/.htaccess .PHONY: deploy