Skip to content
Snippets Groups Projects

Add deployment to Gitlab pages of master

Merged Huste, Tobias requested to merge add-gitlab-pages-deployment into master
1 file
+ 16
0
Compare changes
  • Side-by-side
  • Inline
+ 16
0
@@ -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
Loading