Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 44fff5dc authored by root's avatar root
Browse files

yaml up

parent f523c958
Branches
No related tags found
No related merge requests found
Pipeline #30771 failed
...@@ -42,7 +42,7 @@ deploy_QA: ...@@ -42,7 +42,7 @@ deploy_QA:
- eval $(ssh-agent -s) - eval $(ssh-agent -s)
- '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config' - '[[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- ssh-add <(echo "$DEPLOYMENT_PRIVATE_KEY") - ssh-add <(echo "$DEPLOYMENT_PRIVATE_KEY")
- apt-get install rsync - apt-get -y install rsync
script: script:
- ssh -p22 root@druid-garden.irisa.fr "mkdir -p /var/www/headwork1/_tmp - ssh -p22 root@druid-garden.irisa.fr "mkdir -p /var/www/headwork1/_tmp
- rsync -rav -e ssh --exclude='.git/' --exclude='.gitlab-ci.yml' --delete-excluded ./ root@druid-garden.irisa.fr:/var/www/headwork1/_tmp - rsync -rav -e ssh --exclude='.git/' --exclude='.gitlab-ci.yml' --delete-excluded ./ root@druid-garden.irisa.fr:/var/www/headwork1/_tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment