Skip to content
Snippets Groups Projects
Commit ff80395e authored by Leif Linus Gittel's avatar Leif Linus Gittel
Browse files

Update .gitlab-ci.yml

parent 08f83587
No related branches found
No related tags found
No related merge requests found
Pipeline #528584 failed
# This file is a template, and might need editing before it works on your project. # The Docker image that will be used to build your app
# Full project: https://gitlab.com/pages/plain-html image: alpine:latest
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment