aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
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