about summary refs log tree commit diff
path: root/tools/govanity/scripts/deploy.sh
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-06-15 17:19:31 -0700
committerFranck Cuny <franck@fcuny.net>2022-06-15 17:48:01 -0700
commitf77d88887440995394e794985961a2600a46ec2b (patch)
tree91fd816bd96caf33dd6485e9557544d70710ad25 /tools/govanity/scripts/deploy.sh
parentref(home/go): update to go version 1.18, ensure gopls (diff)
downloadworld-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/deploy.sh')
-rwxr-xr-xtools/govanity/scripts/deploy.sh8
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