diff --git a/.ci/deploy b/.ci/deploy index fae069f8..e8db1d37 100755 --- a/.ci/deploy +++ b/.ci/deploy @@ -2,6 +2,15 @@ set -Eeuo pipefail DEPLOY_HOST=172.19.11.5 + +mkdir -p ~/.ssh +cat >>~/.ssh/known_hosts <deploy-key chmod 0600 ./deploy-key BUILDSTAMP=$(cat binaries/buildstamp)