Ci/promotable builds (#1181)
* ci: don't build our master branch * Add netlify-cli as a dev dependency * ci: trying a sheltered merge flow for promotions * ci: try building with QUICK_BUILD flag * Try using ~/repo prefix in command * ci: make sure netlify command is available
This commit is contained in:
parent
f03d64ce39
commit
e03abc45f5
@ -179,8 +179,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- attach_workspace:
|
- attach_workspace:
|
||||||
at: ~/repo
|
at: ~/repo
|
||||||
- run: echo $(pwd) && ls
|
- run: npm install netlify-cli -g
|
||||||
- run: npx netlify deploy --prod --dir ~/repo/platform/viewer/dist
|
- run: npx netlify deploy --prod --dir platform/viewer/dist
|
||||||
|
|
||||||
DEPLOY_TO_STAGING:
|
DEPLOY_TO_STAGING:
|
||||||
docker:
|
docker:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user