Browse Source

fix: try netlify deploy with sites flag

main
Anatole-DC 5 years ago
parent
commit
770d31a0be
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -53,7 +53,7 @@ jobs:
yarn add -D netlify-cli yarn add -D netlify-cli
- run: - run:
name: Deploy app name: Deploy app
command: yarn netlify deploy --auth $NETLIFY_AUTH_TOKEN
command: yarn netlify deploy --sites $NETLIFY_AUTH_TOKEN
back-test-unit: back-test-unit:
<<: *shared-config <<: *shared-config
steps: steps:

Loading…
Cancel
Save