Skip to content
Snippets Groups Projects
Commit f254f281 authored by Chris Hines's avatar Chris Hines
Browse files

Add new file

parent b2cf4911
No related branches found
No related tags found
2 merge requests!2Test,!1Dev
Pipeline #15957 failed
stages:
- deploy
deploy_test:
stage: deploy
only:
- test@hpc-team/m3_strudel2_incidents
tags:
- deploy_test
script:
- cp incidents.json /opt/strudel2/spa/sv2/assets/config
deploy_dev:
stage: deploy
only:
- dev@hpc-team/m3_strudel2_incidents
tags:
- deploy_dev
script:
- cp incidents.json /opt/strudel2/spa/sv2/assets/config
deploy_prod:
stage: deploy
only:
- prod@hpc-team/m3_strudel2_incidents
tags:
- deploy_prod
script:
- cp incidents.json /opt/strudel2/spa/sv2/assets/config
\ No newline at end of file
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