[Git][ultreiaio/ird-t3][develop] fix deploy demo on release [skip ci]
Tony CHEMIT pushed to branch develop at ultreiaio / ird-t3 Commits: 55c670bc by Tony CHEMIT at 2018-03-19T22:36:22Z fix deploy demo on release [skip ci] - - - - - 1 changed file: - .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,9 +158,10 @@ release-publish-site: release-deploy-demo: <<: *stage_build <<: *automatic-release - <<: *deploy-demo - before_script: - - export DEPLOY_DEMO=true + environment: + name: demo + script: + - ultreiaio-war-deploy-to-demo 't3-web'; fi ################################################################################################### ### MANUAL JOBS ### View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/55c670bce63bc2af48fb7c22f693c37e2... --- View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/55c670bce63bc2af48fb7c22f693c37e2... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT