From 0c1818c9601ea30f8c2247759d1a4fc4a655f4c3 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Mon, 17 Sep 2018 22:38:44 +0200 Subject: Use obfuscated port. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 pysite-deploy@jchri.st + - ssh -i privkey -p 583 pysite-deploy@jchri.st environment: name: Django staging url: https://pysite.jchri.st -- cgit v1.2.3