From 2e60c6382addf89c8433023e2dd873830fa13add Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Mon, 17 Sep 2018 23:15:17 +0200 Subject: One more time 🎵 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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" pysite-deploy@jchri.st environment: -- cgit v1.2.3