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

Revert "Update .gitlab-ci.yml"

This reverts commit ff80395e
parent ff80395e
No related branches found
No related tags found
1 merge request!1Revert "Update .gitlab-ci.yml"
# The Docker image that will be used to build your app
image: alpine:latest
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
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