Browse Source

Add netlify deploy --prod

main
anthony 5 years ago
parent
commit
51493cf858
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -49,11 +49,12 @@ jobs:
at: /tmp at: /tmp
- run: - run:
name: Test netflify
command: netflify --help
name: Install netlify
command: yarn add -D netlify-cli
- run: - run:
name: Deploy app name: Deploy app
command: echo todo && false
command: netlify deploy --prod
back-test-unit: back-test-unit:
<<: *shared-config <<: *shared-config
steps: steps:

Loading…
Cancel
Save