Browse Source

Updated config.yml

main
HenriBoulnois 5 years ago
parent
commit
b33c8333f2
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -47,9 +47,10 @@ jobs:
steps: steps:
- attach_workspace: - attach_workspace:
at: /tmp at: /tmp
- run: npm install netlify-cli --save-dev
- run: - run:
name: Deploy app name: Deploy app
command: yarn netlify deploy --prod --auth $NETLIFY_KEY
command: yarn netlify deploy --prod --dir=/tmp/server-doc
back-test-unit: back-test-unit:
<<: *shared-config <<: *shared-config
steps: steps:

Loading…
Cancel
Save