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

Add GitLab-CI job to deploy to naming-test-02.cslab.esss.lu.se

JIRA INFRA-4886
parent afb01f5a
No related branches found
No related tags found
No related merge requests found
Pipeline #107663 passed
......@@ -85,3 +85,26 @@ docker-release:
- docker push $CI_REGISTRY_IMAGE:latest
only:
- main
.deploy:
stage: deploy
image: registry.esss.lu.se/ics-docker/awxkit
tags:
- docker
script:
- >
awx job_templates launch ${AWX_JOB_TEMPLATE}
--extra_vars "naming_container_image_tag: $CI_COMMIT_REF_NAME"
--monitor
dependencies: []
only:
- branches@ics-software/naming-backend
when: manual
deploy-test-02:
extends: .deploy
variables:
AWX_JOB_TEMPLATE: deploy-naming-test-02
environment:
name: test-02
url: https://naming-test-02.cslab.esss.lu.se
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