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