Skip to content
Snippets Groups Projects
Commit 71c80fb1 authored by Fabio Maschi's avatar Fabio Maschi Committed by Kamile Liucija Vainiute
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent ba492c72
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,16 @@ image: node:18.20.0
pages:
stage: deploy
cache:
key:
files:
- yarn.lock
prefix: yarn
paths:
- node_modules/
- .yarn/cache/
- key:
files:
- yarn.lock
paths:
- .yarn-cache/
before_script:
- echo 'yarn-offline-mirror ".yarn-cache/"' >> .yarnrc
- echo 'yarn-offline-mirror-pruning true' >> .yarnrc
- yarn install --frozen-lockfile
script:
- yarn
- yarn build
- cp -a dist/. public/
- echo '/* /index.html 200' > public/_redirects
......
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