Browse Source

add netlify

main
Hugo Nollet 5 years ago
parent
commit
170a4b0887
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -47,9 +47,12 @@ jobs:
steps:
- attach_workspace:
at: /tmp
- run:
name: Install netlify
command: yarn add -D netlify-cli
- run:
name: Deploy app
command: echo false
command: yarn netlify deploy --prod --dir=/tmp/server-doc
back-test-unit:
<<: *shared-config
steps:

Loading…
Cancel
Save