Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: tag the repo after a deploy | Franck Cuny | 2021-08-15 | 1 | -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 Makefile | Franck Cuny | 2021-08-05 | 1 | -0/+29 |
Add a Makefile to take care of most common operations (build, deploy, etc). |