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

Remove quoation marks from ssh-agent command

parent 689913e8
No related merge requests found
......@@ -71,7 +71,7 @@ deploy_to_phoenix:
needs: ["build"]
before_script:
- eval "$(ssh-agent -s)"
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
......
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