ci: use real backend instead of fake backend for web reviews

Closes #75
This commit is contained in:
Jovan Krunić
2020-11-25 17:22:17 +01:00
parent 6647750a6c
commit b0cd37732e
6 changed files with 16 additions and 14 deletions

View File

@@ -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