Skip to content

Commit

Permalink
Merge pull request #44 from n2o/n2o-patch-1
Browse files Browse the repository at this point in the history
Update .gitlab-ci.yml
  • Loading branch information
n2o committed Dec 7, 2023
2 parents bd21515 + 7aa1565 commit 17dc015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ deploy_production:
- mkdir -p ~/.ssh
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- chmod 700 ~/.ssh/
- ssh-keyscan -H 'discovery.cs.hhu.de' > ~/.ssh/known_hosts
- echo "$SSH_KNOWN_HOSTS" >> ~/.ssh/known_hosts
script:
- ssh [email protected]

0 comments on commit 17dc015

Please sign in to comment.