ci: reenable production builds for review branches

This commit is contained in:
Rainer Killinger
2022-05-27 18:00:34 +02:00
parent ae5299c128
commit 0fe315dcd7

View File

@@ -104,7 +104,7 @@ pages:
review:
stage: deploy
script:
- npm run build
- npm run build:prod
- .gitlab/ci/enableGitlabReviewToolbar.sh www/index.html "$CI_PROJECT_ID" "$CI_OPEN_MERGE_REQUESTS"
- cp www/index.html www/200.html
- ./node_modules/.bin/surge -p ./www -d https://$CI_PROJECT_PATH_SLUG-$CI_ENVIRONMENT_SLUG.surge.sh/