Skip to content
Snippets Groups Projects
Commit 91fdcc9f authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Merge branch 'add-gitlab-pages-deployment' into 'master'

Add deployment to Gitlab pages of master

See merge request hifis/hifis.net!4
parents d0e385b6 ce272c0d
No related branches found
No related tags found
1 merge request!4Add deployment to Gitlab pages of master
......@@ -207,3 +207,19 @@ stop_review:
action: stop
tags:
- review-apps
pages:
image: alpine:latest
stage: deploy
variables:
GIT_STRATEGY: none
script:
- echo "Skip script section"
dependencies:
- build:production
needs: ["build:production"]
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment