diff options
author | EuAndreh <eu@euandre.org> | 2022-04-11 16:55:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-04-11 16:55:08 -0300 |
commit | 79a678e33f2276c95182e5f43e995d6fb4123293 (patch) | |
tree | 77e3bf34f3bc98d114178d0a00515c0599cfdd45 | |
parent | TODOs.md: Add #td-a81fc81f-9d58-101f-fa4f-2ce4cab63173 (diff) | |
download | euandre.org-79a678e33f2276c95182e5f43e995d6fb4123293.tar.gz euandre.org-79a678e33f2276c95182e5f43e995d6fb4123293.tar.xz |
Makefile: s/publish/deploy/
-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 |