Update .gitlab-ci.yml file

This commit is contained in:
Dario48true 2024-09-23 10:31:32 +00:00
parent 6c6715bcba
commit cd8ab03aa3

View file

@ -1,6 +1,7 @@
# The Docker image that will be used to build your app # The Docker image that will be used to build your app
image: busybox image: busybox
pages: pages:
stage: deploy stage: deploy
script: script:
@ -11,4 +12,4 @@ pages:
expire_in: 1 day expire_in: 1 day
rules: rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
publish: site/ publish: "site"