about summary refs log tree commit diff
path: root/tools/govanity/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ref(tools/govanity): simplify the deployment scriptFranck Cuny2022-06-151-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>
* fix(scripts): no need to create tags when deploying to fly.ioFranck Cuny2022-06-101-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>
* scripts: add a script to deployFranck Cuny2022-05-111-0/+14
Remove the target from the Makefile, add a target to the flake configuration.