Ci/promotable builds (#1180)
* 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
This commit is contained in:
parent
17358c3f4b
commit
f03d64ce39
@ -179,8 +179,9 @@ jobs:
|
||||
steps:
|
||||
- attach_workspace:
|
||||
at: ~/repo
|
||||
- run: npx netlify deploy --prod --dir platform/viewer/dist
|
||||
|
||||
- run: echo $(pwd) && ls
|
||||
- run: npx netlify deploy --prod --dir ~/repo/platform/viewer/dist
|
||||
|
||||
DEPLOY_TO_STAGING:
|
||||
docker:
|
||||
- image: circleci/node:12.9.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user