Skip to content
Snippets Groups Projects
Commit 28ef91f1 authored by Theisen, Lambert's avatar Theisen, Lambert :fire:
Browse files

Update .gitlab-ci.yml

parent 77486ecc
Branches
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
# Full project: https://gitlab.com/pages/plain-html # Full project: https://gitlab.com/pages/plain-html
pages: pages:
stage: deploy stage: deploy
image: alpine:latest
environment: production environment: production
script: script:
- mkdir .public - mkdir .public
...@@ -16,4 +17,4 @@ pages: ...@@ -16,4 +17,4 @@ pages:
paths: paths:
- public - public
rules: rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment