Browse Source

Update config.yml

main
Alexandre SOARES 5 years ago
parent
commit
03babcc5f4
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -48,8 +48,11 @@ jobs:
- attach_workspace: - attach_workspace:
at: /tmp at: /tmp
- run: - run:
name: Deploy app
command: echo todo && false
name: install netlily
command: yarn add netlify
- run:
name: deploy app
command: yarn netlify deploy --prod --dir=/tmp/server-doc
back-test-unit: back-test-unit:
<<: *shared-config <<: *shared-config
steps: steps:

Loading…
Cancel
Save