main
~erin 2023-04-17 09:16:10 -04:00
parent 6526544685
commit 9808850b6a
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
1 changed files with 7 additions and 0 deletions

7
Makefile Normal file
View File

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