Browse Source

💚 Attempt to fix netlify deploy

main
Anatole-DC 4 years ago
parent
commit
ec16ea614d
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -30,15 +30,13 @@ jobs:
<<: *shared-config <<: *shared-config
steps: steps:
- checkout - checkout
- attach_workspace:
at: /tmp
- run: - run:
name: Install netlify name: Install netlify
command: | command: |
yarn add -D netlify-cli yarn add -D netlify-cli
- run: - run:
name: Deploy app name: Deploy app
command: yarn netlify deploy --auth $NETLIFY_AUTH_TOKEN --dir /tmp/repo --site $NETLIFY_SITE_ID --prod
command: yarn netlify deploy --auth $NETLIFY_AUTH_TOKEN --dir ~/repo --site $NETLIFY_SITE_ID --prod
docker-build-and-push: docker-build-and-push:
working_directory: /dockerapp working_directory: /dockerapp

Loading…
Cancel
Save