diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8db834c1f80bc4f90b96d198661783f88bc80be3..e3d959c93b4a583955ce5db3596370cd506e2fc8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,16 +1,13 @@ 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