Merge pull request #1200 from dannyrb/ci/complete-promoted-deploy

ci: fix typo
This commit is contained in:
Danny Brown 2019-11-18 11:07:50 -05:00 committed by GitHub
commit 0b68429dfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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