Mentions légales du service

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

adding tags to job

parent 36f13863
No related branches found
No related tags found
No related merge requests found
job1_deploy_all_qualif: job1_deploy_all_qualif:
stage: deploy stage: deploy
tags:
- qualif
script: script:
- cd /appli/www/pixees/wp-content/themes/pixees-theme - cd /appli/www/pixees/wp-content/themes/pixees-theme
- ./deploy.sh qualif all - ./deploy.sh qualif all
...@@ -7,6 +9,8 @@ job1_deploy_all_qualif: ...@@ -7,6 +9,8 @@ job1_deploy_all_qualif:
- master - master
job2_deploy_all_prod: job2_deploy_all_prod:
stage: deploy stage: deploy
tags:
- prod
script: script:
- cd /appli/www/pixees/wp-content/themes/pixees-theme - cd /appli/www/pixees/wp-content/themes/pixees-theme
- ./deploy.sh prod all - ./deploy.sh prod all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment