aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-26 19:41:18 -0300
committerEuAndreh <eu@euandre.org>2019-05-26 19:44:05 -0300
commitcc2869d771f3c49acbb76cac9d75f2369667e298 (patch)
treee05c3b70f70a8e9027d46f4aaf73ef4165322c8c /deploy.sh
parentUnlock with git-crypt in setup phase (diff)
downloadtoph-cc2869d771f3c49acbb76cac9d75f2369667e298.tar.gz
toph-cc2869d771f3c49acbb76cac9d75f2369667e298.tar.xz
Prepare builds.sr.ht CI environment before running build tasks
Make content of .envrc available to subsequent build jobs.
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/deploy.sh b/deploy.sh
index 3381116..036fd6e 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -2,9 +2,6 @@
set -Eeuo pipefail
cd "${BASH_SOURCE%/*}/"
-# shellcheck disable=SC2139
-alias ssh="ssh -i secrets/id_rsa root@$TLD"
-
apt_wait() {
local i=0
tput sc