Browse Source

Fix deploy directory

main
anthony 5 years ago
parent
commit
12827787b4
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -54,7 +54,7 @@ jobs:
- run: - run:
name: Deploy app name: Deploy app
command: ./node_modules/.bin/netlify deploy --prod
command: yarn netlify deploy --prod --dir=/tmp/server-doc
back-test-unit: back-test-unit:
<<: *shared-config <<: *shared-config
steps: steps:

Loading…
Cancel
Save