aboutsummaryrefslogtreecommitdiff
path: root/tools/govanity/scripts (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-15ref(tools/govanity): simplify the deployment scriptFranck Cuny1-8/+0
No need for an external script, there's only a need to run the tests and deploy with `flyctl`. Change-Id: I05400f6b813573b26af884d784fe407d4435429f Reviewed-on: https://cl.fcuny.net/c/world/+/421 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-06-10fix(scripts): no need to create tags when deploying to fly.ioFranck Cuny1-7/+1
I don't need tags in this repository. There's no need to create them after a deploy. Before stopping the fly.io agent, checks that we're in the CI environment. Change-Id: I6208b70023c6ae74d58e535e24b44221956dbe63 Reviewed-on: https://cl.fcuny.net/c/world/+/408 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-05-11scripts: add a script to deployFranck Cuny1-0/+14
Remove the target from the Makefile, add a target to the flake configuration.