diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..15573cf --- /dev/null +++ b/Makefile @@ -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