Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9db13f78 authored by root's avatar root
Browse files

clean temp files

parent cf9dd712
Branches
No related tags found
No related merge requests found
Pipeline #33578 failed
...@@ -39,7 +39,7 @@ deploy_site: ...@@ -39,7 +39,7 @@ deploy_site:
- rsync -rav -e ssh --exclude='.git/' --exclude='.gitlab-ci.yml' --delete-excluded ./ root@druid-garden.irisa.fr:/var/www/_tmp - rsync -rav -e ssh --exclude='.git/' --exclude='.gitlab-ci.yml' --delete-excluded ./ root@druid-garden.irisa.fr:/var/www/_tmp
- echo "Clean files" - echo "Clean files"
- ssh -p22 root@druid-garden.irisa.fr "mv /var/www/headwork1/ /var/www/_old && mv /var/www/_tmp /var/www/headwork1/" - ssh -p22 root@druid-garden.irisa.fr "mv /var/www/headwork1/ /var/www/_old && mv /var/www/_tmp /var/www/headwork1/"
- ssh -p22 root@druid-garden.irisa.fr "rm -rf /var/www/headwork1/_old" - ssh -p22 root@druid-garden.irisa.fr "rm -rf /var/www/headwork1/_old/*"
#only: #only:
#- master #- master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment