diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e0f52062dd038bb4781ad5d2c91a643f1f5cec8..a13118430e8a8d51dfc3302853239b5d48040417 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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