Skip to content
Snippets Groups Projects
Commit 88d5a4b3 authored by Anders Lindh Olsson's avatar Anders Lindh Olsson :8ball:
Browse files

fixup! Refactor jobs

parent 7d6021ef
No related branches found
No related tags found
2 merge requests!421Merge main into develop,!420Refactor CI
Pipeline #169625 passed
...@@ -91,20 +91,17 @@ test-components-chrome: ...@@ -91,20 +91,17 @@ test-components-chrome:
--monitor --monitor
needs: needs:
- build-container - build-container
environment:
name: ${INSTANCE}
url: https://ce-deploy-${INSTANCE}.cslab.esss.lu.se/
when: manual when: manual
deploy-to-test: deploy-to-test:
extends: .deploy extends: .deploy
variables: variables:
INSTANCE: test INSTANCE: test
environment:
name: test
url: https://ce-deploy-test.cslab.esss.lu.se/
deploy-to-demo: deploy-to-demo:
extends: .deploy extends: .deploy
variables: variables:
INSTANCE: demo INSTANCE: demo
environment:
name: demo
url: https://ce-deploy-demo.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