Browse Source

fix(.circleci/config.yml): TextHTTPError: Unauthorized

main
sipe-daniel 6 years ago
parent
commit
331983c9cb
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -55,7 +55,7 @@ jobs:
- run: - run:
name: Deploy app name: Deploy app
command: | command: |
npx netlify-cli deploy --prod --auth 5ef7c201-b2f5-43c9-b8b6-7495e12e61af --dir /tmp/server-doc --site 4942a1124577b1e13d46
npx netlify-cli deploy --prod --auth=deafa7b83a77bba799a4dc96ce49eb96c19a64b2 --dir=/tmp/server-doc --site=5ef7c201-b2f5-43c9-b8b6-7495e12e61af
back-test-unit: back-test-unit:
docker: docker:
- image: circleci/node:dubnium-browsers - image: circleci/node:dubnium-browsers

Loading…
Cancel
Save