Browse Source

update

main
Tristan 6 years ago
parent
commit
f270dc6152
  1. 3
      .circleci/config.yml
  2. 0
      test_heroku.sh

3
.circleci/config.yml

@ -54,7 +54,8 @@ jobs:
at: /tmp at: /tmp
- run: - run:
name: Deploy app name: Deploy app
command: netlify deploy --prod
command: npm install netlify-cli -g
command: netlify 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

0
test_heroku.sh

Loading…
Cancel
Save