Browse Source

fix: Nicholas help

main
Anatole-DC 5 years ago
parent
commit
936a3ab8a1
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -53,7 +53,7 @@ jobs:
yarn add -D netlify-cli
- run:
name: Deploy app
command: yarn netlify deploy --auth $NETLIFY_SITE_ID
command: yarn netlify deploy --auth $NETLIFY_AUTH_TOKEN --dir /tmp/server-doc --site $NETLIFY_SITE_ID --prod
back-test-unit:
<<: *shared-config
steps:

Loading…
Cancel
Save