Makefile
This commit is contained in:
parent
6526544685
commit
9808850b6a
1 changed files with 7 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal 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
|
Loading…
Reference in a new issue