diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -96,7 +96,7 @@ clean: public: $(derived-assets) jekyll build -publish: all +deploy: all rsync -avzP public/ euandre.org:/home/user-data/www/default/ --delete run: all |