Skip to content
Snippets Groups Projects
Commit 1e6b7acf authored by Becker, Benjamin's avatar Becker, Benjamin
Browse files

Update .gitlab-ci.yml file

parent 8c3a8894
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ deploy-job: ...@@ -5,10 +5,10 @@ deploy-job:
stage: deploy stage: deploy
only: only:
- dev - dev
image: ubuntu image: docker.artifactory-extern.dataport.de/kroniak/ssh-client
before_script: before_script:
- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )' #- 'command -v ssh-agent >/dev/null || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s) #- eval $(ssh-agent -s)
- echo "$id_rsa" | tr -d '\r' | ssh-add - - echo "$id_rsa" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment