Skip to content
Snippets Groups Projects
Commit b72afa83 authored by Simon Rose's avatar Simon Rose
Browse files

Renamed repository references

parent 46b336a7
No related branches found
No related tags found
2 merge requests!154Merge the updated .gitlab-ci configuration into develop,!153Renamed repository references
Pipeline #111838 passed
......@@ -99,8 +99,8 @@ deploy-test:
script:
- >
awx job_templates launch deploy-ccce-test
--extra_vars "ccce_frontend_container_image_tag: $CI_COMMIT_REF_NAME"
--job_tags ccce-frontend
--extra_vars "ce_deploy_ui_container_image_tag: $CI_COMMIT_REF_NAME"
--job_tags ce-deploy-ui
--monitor
environment:
name: test
......@@ -114,8 +114,8 @@ deploy-demo:
script:
- >
awx job_templates launch deploy-ccce-demo
--extra_vars "ccce_frontend_container_image_tag: $CI_COMMIT_REF_NAME"
--job_tags ccce-frontend
--extra_vars "ce_deploy_ui_container_image_tag: $CI_COMMIT_REF_NAME"
--job_tags ce-deploy-ui
--monitor
environment:
name: demo
......
{
"name": "ccdb-ui-prototype",
"name": "ce-deploy-ui",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:8080",
......
......@@ -4,6 +4,6 @@ TOKEN_RENEW_INTERVAL=180000
CCDB_ADDRESS='https://ccdb.esss.lu.se'
ENVIRONMENT_TITLE = ''
BACKEND_VERSION='1.0.0-rc9'
BACKEND_REPOSITORY_TAGS='https://gitlab.esss.lu.se/ccce/dev/ccce-backend/-/tags/'
BACKEND_REPOSITORY_TAGS='https://gitlab.esss.lu.se/ccce/dev/ce-deploy-backend/-/tags/'
FRONTEND_VERSION='1.0.0-rc6'
FRONTEND_REPOSITORY_TAGS='https://gitlab.esss.lu.se/ccce/dev/ccdb-ui-prototype/-/tags/'
FRONTEND_REPOSITORY_TAGS='https://gitlab.esss.lu.se/ccce/dev/ce-dploy-ui/-/tags/'
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