mercury-site/Makefile

8 lines
178 B
Makefile
Raw Normal View History

2023-04-17 13:16:10 +00:00
run:
@cobalt serve
deploy:
@cobalt clean
@cobalt build
2023-04-17 13:38:39 +00:00
@rsync -rauz --del --groupmap=erin:www-data --progress _site/ erin@is-cute.ml:~/mercury-site
2023-04-17 13:16:10 +00:00
@git push -u origin main