mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +00:00
ci: use real backend instead of fake backend for web reviews
Closes #75
This commit is contained in:
@@ -31,7 +31,7 @@ setup:
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- npm run build:web
|
||||
- npm run build
|
||||
artifacts:
|
||||
paths:
|
||||
- www
|
||||
@@ -137,6 +137,7 @@ staging:
|
||||
production_demo:
|
||||
stage: deploy
|
||||
script:
|
||||
- npm run build:prod
|
||||
- ./node_modules/.bin/surge -p ./www -d https://$CI_PROJECT_PATH_SLUG.surge.sh/
|
||||
environment:
|
||||
name: production
|
||||
|
||||
Reference in New Issue
Block a user