about summary refs log tree commit diff
path: root/users/fcuny/blog/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: tag the repo after a deployFranck Cuny2021-08-151-2/+7
| | | | | | | | If the deployment is successful, tag the repository with the version being deployed on fly.io. Don't deploy unless the repository is clean (this is done with the target `worktree-clean`).
* build: add a MakefileFranck Cuny2021-08-051-0/+29
Add a Makefile to take care of most common operations (build, deploy, etc).