Skip to content
Snippets Groups Projects
Commit 025b92f4 authored by Sven Marcus's avatar Sven Marcus
Browse files

Try fixing ssh connection issues

parent 00b6aa42
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ deploy_to_phoenix: ...@@ -72,7 +72,7 @@ deploy_to_phoenix:
before_script: before_script:
- eval "$(ssh-agent -s)" - eval "$(ssh-agent -s)"
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - - echo $SSH_PRIVATE_KEY | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- pip3 install ansible - pip3 install ansible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment