Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e8b9fe55 authored by NINASSI Benjamin's avatar NINASSI Benjamin
Browse files

update continuous deployment

parent 1c8d64c5
No related branches found
No related tags found
No related merge requests found
job1_deploy_qualif:
job1_deploy_all_qualif:
stage: deploy
tags:
- qualif
script:
- cd /appli/classcodeadmin
- git pull
- rm -rf var/cache/prod/*
only:
- master
job2_deploy_all_prod:
stage: deploy
tags:
- prod
script:
- cd /appli/classcodeadmin
- git pull
- rm -rf var/cache/prod/*
when: manual
\ 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