Merge branch 'review' into 'develop'

Support review apps

See merge request soapbox-pub/soapbox-fe!1425
This commit is contained in:
Alex Gleason 2022-05-19 03:39:04 +00:00
commit cdad326f6a
1 changed files with 8 additions and 0 deletions

View File

@ -92,6 +92,14 @@ docs-deploy:
# - yarn # - yarn
# - yarn build # - yarn build
review:
stage: deploy
environment:
name: review/$CI_COMMIT_REF_NAME
url: https://$CI_COMMIT_REF_SLUG.git.soapbox.pub
script:
- npx -y surge static $CI_COMMIT_REF_SLUG.git.soapbox.pub
pages: pages:
stage: deploy stage: deploy
before_script: [] before_script: []