aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2018-09-17 22:38:44 +0200
committerGravatar Johannes Christ <[email protected]>2018-09-17 22:38:44 +0200
commit0c1818c9601ea30f8c2247759d1a4fc4a655f4c3 (patch)
tree94ed234f88cb390e0bb56f6a2b8be3378ee38b78
parentFix typo. (diff)
Use obfuscated port.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8caf7d8f..47663720 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,7 +107,7 @@ deploy:
- apk add --no-cache openssh-client
- echo "$DJANGO_DEPLOY_SSH_PRIVATE_KEY" > privkey
script:
- - ssh -i privkey [email protected]
+ - ssh -i privkey -p 583 [email protected]
environment:
name: Django staging
url: https://pysite.jchri.st