Skip to content
Snippets Groups Projects
Commit aa5fc0ff authored by Ole Voldsæter's avatar Ole Voldsæter
Browse files

spesifiserer gitlab-runner

parent 03285fd3
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ stages:
build-dev:
image: node:latest
tags:
- spraaksamlingene_01
stage: build
only:
- master
......@@ -17,6 +19,8 @@ build-dev:
build-prod:
image: node:latest
tags:
- spraaksamlingene_01
stage: build
only:
- /^release_.*$/
......@@ -31,6 +35,8 @@ build-prod:
deploy-dev:
image: uibit/awscli:latest
tags:
- spraaksamlingene_01
stage: deploy
only:
- master
......@@ -63,6 +69,8 @@ deploy-dev:
deploy-prod:
image: uibit/awscli:latest
tags:
- spraaksamlingene_01
stage: deploy
only:
- /^release_.*$/
......
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