Browse Source

trying with netlify token

main
Francois Lannoy 6 years ago
parent
commit
3a42b0c03a
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -54,7 +54,9 @@ jobs:
at: /tmp
- run:
name: Deploy app
command: curl -X POST -d {} $HOOK
command: |
sudo npm install -g --silent netlify-cli
netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir=./server-doc --site tp-devops
back-test-unit:
docker:
- image: circleci/node:dubnium-browsers

Loading…
Cancel
Save