Skip to content
Snippets Groups Projects
Commit 1b6fc6a7 authored by ferngon's avatar ferngon
Browse files

Update .gitlab-ci.yml file

parent 630104f0
No related branches found
No related tags found
No related merge requests found
Pipeline #12803 failed
image: node:latest
pages: pages:
script: stage: deploy
- mkdir .public script:
- cp -r * .public - mkdir .public
- mv .public main - cp -r * .public
- mv main/index.html . - mv .public public
artifacts: artifacts:
paths: paths:
- public - public
only: only:
- main - 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