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