Add .gitlab-ci.yml

This commit is contained in:
Dario48true 2024-09-23 10:24:17 +00:00
parent 033fb77883
commit 86b108b382

13
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,13 @@
# The Docker image that will be used to build your app
image: busybox
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- site
expire_in: 1 day
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH