ci: fix typo

This commit is contained in:
dannyrb 2019-11-18 11:06:57 -05:00
parent e0fc69c181
commit b747ea5144

View File

@ -187,7 +187,7 @@ jobs:
at: ~/repo
- run: cd .netlify && npm install
- run:
cp .netlify/deploy-worflow/_redirects platform/viewer/dist/_redirects
cp .netlify/deploy-workflow/_redirects platform/viewer/dist/_redirects
- run: cd .netlify && npm run deploy
DEPLOY_TO_STAGING:
@ -202,7 +202,7 @@ jobs:
at: ~/repo
- run: cd .netlify && npm install
- run:
cp .netlify/deploy-worflow/_redirects platform/viewer/dist/_redirects
cp .netlify/deploy-workflow/_redirects platform/viewer/dist/_redirects
- run: cd .netlify && npm run deploy
DEPLOY_TO_PRODUCTION:
@ -217,7 +217,7 @@ jobs:
at: ~/repo
- run: cd .netlify && npm install
- run:
cp .netlify/deploy-worflow/_redirects platform/viewer/dist/_redirects
cp .netlify/deploy-workflow/_redirects platform/viewer/dist/_redirects
- run: cd .netlify && npm run deploy
###