Update .gitlab-ci.yml file

This commit is contained in:
Selim Gozel 2025-04-28 01:25:56 +00:00
parent 87f2fd22ee
commit cc3107f42b

View File

@ -1,10 +1,10 @@
# The Docker image that will be used to build your app pages:
image: ubuntu:latest stage: deploy
create-pages: script:
pages: - mkdir -p public
# The folder that contains the files to be exposed at the Page URL - cp * public/
publish: public artifacts:
rules: paths:
# This ensures that only pushes to the default branch will trigger - public
# a pages deploy only:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - main