Skip to content
Snippets Groups Projects
Commit bd6c30f6 authored by Jan Bernoth's avatar Jan Bernoth
Browse files

Pages: copy game folder to public

parent 070f17c6
No related branches found
No related tags found
No related merge requests found
Pipeline #97200 passed
stages:
- build
before_script:
- npm install
build:
image: node:latest
pages:
image: alpine:latest
stage: build
script:
- npm run build
- cp -r ./dist/ ./public/
- cp -r ./game/ ./public/
artifacts:
paths:
- public
only:
- main
\ No newline at end of file
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