Whoops fix Makefile

main
~erin 2023-04-17 09:38:39 -04:00
parent 9808850b6a
commit 425ef77695
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ run:
deploy:
@cobalt clean
@cobalt build
@rsync -rauz --del --groupmap=erin:www-data --progress _site/ erin@is-cute.ml:~/website
@rsync -rauz --del --groupmap=erin:www-data --progress _site/ erin@is-cute.ml:~/mercury-site
@git push -u origin main