Browse Source

on prie

main
Tristan 6 years ago
parent
commit
4576244414
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -52,11 +52,9 @@ jobs:
steps: steps:
- attach_workspace: - attach_workspace:
at: /tmp at: /tmp
- run:
command: npm install netlify-cli -g
- run: - run:
name: Deploy app name: Deploy app
command: netlify deploy --prod --dir /tmp/server-doc --message "site deployed from circle ci" --site 9f2050c4-7f36-43a5-a801-50439ffceb17
command: npx netlify-cli deploy --prod --dir /tmp/server-doc --message "site deployed from circle ci" --site 9f2050c4-7f36-43a5-a801-50439ffceb17
back-test-unit: back-test-unit:
docker: docker:
- image: circleci/node:dubnium-browsers - image: circleci/node:dubnium-browsers

Loading…
Cancel
Save