Skip to content
Snippets Groups Projects
Commit 4f669ea0 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Merge branch 'new-workflow' into 'master'

New workflow

See merge request spraksamlingane/beta.ordbok.uib.no!63
parents 2025278d fb367ac6
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,11 @@ deploy-dev: ...@@ -37,6 +37,11 @@ deploy-dev:
tags: tags:
- spraaksamlingene_01 - spraaksamlingene_01
stage: deploy stage: deploy
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: always
- if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH
when: manual
script: script:
- rm -rf ~/.aws - rm -rf ~/.aws
- mv .aws ~/ - mv .aws ~/
......
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