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
- run:
name: Test netflify
command: netflify --help
name: Install netlify
command: yarn add -D netlify-cli
- run:
name: Deploy app
command: echo todo && false
command: netlify deploy --prod
back-test-unit:
<<: *shared-config
steps:

Loading…
Cancel
Save