From f77d88887440995394e794985961a2600a46ec2b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 15 Jun 2022 17:19:31 -0700 Subject: 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 --- tools/govanity/scripts/deploy.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 tools/govanity/scripts/deploy.sh (limited to 'tools/govanity/scripts') 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 -- cgit 1.4.1