diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-15 17:19:31 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-06-15 17:48:01 -0700 |
commit | f77d88887440995394e794985961a2600a46ec2b (patch) | |
tree | 91fd816bd96caf33dd6485e9557544d70710ad25 /tools/govanity/scripts | |
parent | ref(home/go): update to go version 1.18, ensure gopls (diff) | |
download | world-f77d88887440995394e794985961a2600a46ec2b.tar.gz |
ref(tools/govanity): simplify the deployment script
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>
Diffstat (limited to 'tools/govanity/scripts')
-rwxr-xr-x | tools/govanity/scripts/deploy.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/govanity/scripts/deploy.sh b/tools/govanity/scripts/deploy.sh deleted file mode 100755 index b088c7e..0000000 --- a/tools/govanity/scripts/deploy.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -git diff --exit-code -git diff --staged --exit-code - -flyctl deploy - -[[ "${CI}" ]] && flyctl agent stop |