aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-08-24build: sleep before taggingFranck Cuny1-0/+1
The last deploy was tagged v13, while the version deployed was 14. It's possible that running `fly info` too quickly after a deploy returns the incorrect version. Adding a `sleep 5` before running the command for git tag.
2021-08-15build: tag the repo after a deployFranck Cuny1-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`).
2021-08-05build: add a MakefileFranck Cuny1-0/+29
Add a Makefile to take care of most common operations (build, deploy, etc).