Merge pull request #1200 from dannyrb/ci/complete-promoted-deploy
ci: fix typo
This commit is contained in:
commit
0b68429dfb
@ -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
|
||||
|
||||
###
|
||||
|
||||
Loading…
Reference in New Issue
Block a user