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
Branches
No related tags found
No related merge requests found
job1_deploy_all_qualif:
stage: deploy
tags:
- qualif
script:
- cd /appli/www/pixees/wp-content/themes/pixees-theme
- ./deploy.sh qualif all
......@@ -7,6 +9,8 @@ job1_deploy_all_qualif:
- master
job2_deploy_all_prod:
stage: deploy
tags:
- prod
script:
- cd /appli/www/pixees/wp-content/themes/pixees-theme
- ./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