diff options
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ set -Eeuo pipefail cd "${BASH_SOURCE%/*}/" +# shellcheck disable=SC2139 alias ssh="ssh -i secrets/id_rsa root@$TLD" apt_wait() { |
