Skip to content
Snippets Groups Projects
Verified Commit ce272c0d authored by Huste, Tobias's avatar Huste, Tobias :rabbit:
Browse files

Add deployment to Gitlab pages of master

parent d0e385b6
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