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

bare deploy for master branch

parent fc28f5cd
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ stages:
build:
image: node:latest
stage: build
only:
- master
script:
- npm install --progress=false
- npm run build
......@@ -16,6 +18,8 @@ build:
deploy:
image: uibit/awscli:latest
stage: deploy
only:
- master
script:
- rm -rf ~/.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