Skip to content
Snippets Groups Projects
Commit f52da3f4 authored by garcias's avatar garcias
Browse files

Update .gitlab-ci.yml

parent ab46741a
No related branches found
No related tags found
No related merge requests found
Pipeline #12883 failed
# The Docker image that will be used to build your app
image: node:lts
# Functions that should be executed before the build script is run
before_script:
- npm ci
pages:
stage: deploy
script:
- mkdir .public
- cp -r * .public
- mv .public public
artifacts:
paths:
- public
only:
- main
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