Skip to content
Snippets Groups Projects
Commit f0ae50d0 authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

change variables

parent 57392103
Branches
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ Deploy: ...@@ -31,7 +31,7 @@ Deploy:
before_script: before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )' - 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- echo "$SSH" | tr -d '\r' | ssh-add - - echo "$SSH_HADES" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh - mkdir -p ~/.ssh
- chmod 700 ~/.ssh - chmod 700 ~/.ssh
- 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment