Skip to content
Snippets Groups Projects
Commit 1c09dc82 authored by Anders Harrisson's avatar Anders Harrisson
Browse files

Add GitLab CI pipeline job to deploy to dev environment

JIRA INFRA-6276
parent b659c373
No related branches found
No related tags found
No related merge requests found
......@@ -66,6 +66,25 @@ release-image:
only:
- tags
deploy-dev:
stage: deploy
image: registry.esss.lu.se/ics-docker/tower-cli
before_script: []
dependencies: []
script:
- >
tower-cli job launch
-h torn.tn.esss.lu.se
-t ${TOWER_OAUTH_TOKEN}
-J deploy-csentry-dev
-e "csentry_tag=$CI_COMMIT_REF_NAME" --monitor
environment:
name: dev
url: https://csentry-lab-01.cslab.esss.lu.se
except:
- master
- tags
deploy-staging:
stage: deploy
image: registry.esss.lu.se/ics-docker/tower-cli
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment