fix: 404 on all surge links

This commit is contained in:
Jovan Krunić
2021-09-15 09:59:32 +00:00
parent 49a1758da3
commit f1b4930a30

View File

@@ -139,6 +139,7 @@ stop_review:
staging:
stage: deploy
script:
- cp www/index.html www/200.html
- ./node_modules/.bin/surge -p ./www -d https://$CI_PROJECT_PATH_SLUG-staging.surge.sh/
environment:
name: staging
@@ -152,6 +153,7 @@ production_demo:
stage: deploy
script:
- npm run build:prod
- cp www/index.html www/200.html
- ./node_modules/.bin/surge -p ./www -d https://$CI_PROJECT_PATH_SLUG.surge.sh/
environment:
name: production