mirror of
https://gitlab.com/bonnebulle/plain-html-redo.git
synced 2025-12-06 10:08:45 +01:00
Update .gitlab-ci.yml
This commit is contained in:
@@ -6,10 +6,7 @@ image: busybox
|
|||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- mkdir .public
|
- echo "The site will be deployed to $CI_PAGES_URL"
|
||||||
- cp -r ./* .public
|
|
||||||
- rm -rf public
|
|
||||||
- mv .public public
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|||||||
Reference in New Issue
Block a user