Mentions légales du service

Skip to content
Snippets Groups Projects
Commit cc03e096 authored by ATMANI Ines's avatar ATMANI Ines
Browse files

Update .gitlab-ci.yml

parent 8a128c6f
No related branches found
No related tags found
No related merge requests found
Pipeline #33138 failed
......@@ -36,6 +36,13 @@ pages:
deploy_QA:
stage: deploy
before_script:
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
#- mkdir -p ~/.ssh
#- eval $(ssh-agent -s)
#- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
#- ssh-add <(echo "$DEPLOYMENT_PRIVATE_KEY")
- apt-get -y install rsync
script:
- ssh -p22 root@druid-garden.irisa.fr
#- mkdir -p /var/www/headwork1/_tmp
......
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