aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-17 23:24:45 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-17 23:24:45 +0200
commite62dcf7526404222c6b8b6c70570d778bd9f8aa1 (patch)
treed136558f95a3812a0bac0e5b372609803d3e64be
parentOne more time 🎵 (diff)
Follow naming scheme.
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9ac67175..e5d4d75a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -105,10 +105,10 @@ deploy:
image: alpine:latest
before_script:
- apk add --no-cache openssh-client
- - echo "$DJANGO_DEPLOY_SSH_PRIVATE_KEY" > privkey
- - chmod 400 privkey
+ - echo "$DJANGO_DEPLOY_SSH_PRIVATE_KEY" > id_ed25519
+ - chmod 400 id_ed25519
script:
- - ssh -i privkey -p 583 -o "StrictHostKeyChecking=no" [email protected]
+ - ssh -i id_ed25519 -p 583 -o "StrictHostKeyChecking=no" [email protected]
environment:
name: Django staging
url: https://pysite.jchri.st