Skip to content
Snippets Groups Projects
Commit 77c8f463 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

CI: Attempting to fix Pages deploy

parent e1179a97
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ image: alpine:latest
stages:
- qa
- build
- deploy
sonarqube-check:
stage: qa
......@@ -29,18 +28,11 @@ build:
script:
- npm install
- npm run build
artifacts:
paths:
- build/
pages:
stage: deploy
script:
- rm -rf public
- mkdir public
- mv build/* public
artifacts:
paths:
- public/
- build/
only:
- master
- master
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