Add .gitlab-ci.yml

This commit is contained in:
Leon Vatthauer 2023-08-19 16:11:50 +02:00
parent 462cc4380e
commit 5521269fb3
Signed by: leonv
SSH key fingerprint: SHA256:G4+ddwoZmhLPRB1agvXzZMXIzkVJ36dUYZXf5NxT+u8

11
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,11 @@
image: busybox
pages:
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH