diff options
author | 2018-09-17 23:15:17 +0200 | |
---|---|---|
committer | 2018-09-17 23:15:17 +0200 | |
commit | 2e60c6382addf89c8433023e2dd873830fa13add (patch) | |
tree | 691de2a9a49be83a6e925d8d76ed0b6f279fecac | |
parent | Fix up host key verification. (diff) |
One more time 🎵
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c78d10e..9ac67175 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -106,6 +106,7 @@ deploy: before_script: - apk add --no-cache openssh-client - echo "$DJANGO_DEPLOY_SSH_PRIVATE_KEY" > privkey + - chmod 400 privkey script: - ssh -i privkey -p 583 -o "StrictHostKeyChecking=no" [email protected] environment: |