Add github actions deploy

This commit is contained in:
Dave Gallant
2021-09-05 23:08:23 -04:00
parent 2b1fcb6ac4
commit 6b5bd7047f
4 changed files with 35 additions and 4 deletions

View File

@@ -21,8 +21,7 @@ deploy:
git add .; \
msg="rebuilding site $$(date)"; \
git commit -m "$$msg"; \
git push origin main; \
cd .. || exit;
git push origin main;
## help: Print this help message
help: