ci: Redirect site traffic to index.html if file is not resolved

This commit is contained in:
dannyrb 2019-11-18 10:57:21 -05:00
parent f3fed511b9
commit 2b9765304f
2 changed files with 11 additions and 0 deletions

View File

@ -186,6 +186,8 @@ jobs:
- attach_workspace: - attach_workspace:
at: ~/repo at: ~/repo
- run: cd .netlify && npm install - run: cd .netlify && npm install
- run:
cp .netlify/deploy-worflow/_redirects platform/viewer/dist/_redirects
- run: cd .netlify && npm run deploy - run: cd .netlify && npm run deploy
DEPLOY_TO_STAGING: DEPLOY_TO_STAGING:
@ -199,6 +201,8 @@ jobs:
- attach_workspace: - attach_workspace:
at: ~/repo at: ~/repo
- run: cd .netlify && npm install - run: cd .netlify && npm install
- run:
cp .netlify/deploy-worflow/_redirects platform/viewer/dist/_redirects
- run: cd .netlify && npm run deploy - run: cd .netlify && npm run deploy
DEPLOY_TO_PRODUCTION: DEPLOY_TO_PRODUCTION:
@ -212,6 +216,8 @@ jobs:
- attach_workspace: - attach_workspace:
at: ~/repo at: ~/repo
- run: cd .netlify && npm install - run: cd .netlify && npm install
- run:
cp .netlify/deploy-worflow/_redirects platform/viewer/dist/_redirects
- run: cd .netlify && npm run deploy - run: cd .netlify && npm run deploy
### ###

View File

@ -0,0 +1,5 @@
# Specific to our non-deploy-preview deploys
# Confgure redirects using netlify.toml
# PWA Redirect
/* /index.html 200