From ec16ea614d2ec9326fcb3904be5179f76df0f842 Mon Sep 17 00:00:00 2001 From: Anatole-DC Date: Thu, 13 Jan 2022 21:26:47 +0100 Subject: [PATCH] :green_heart: Attempt to fix netlify deploy --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6d3e851..15b7522 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -30,15 +30,13 @@ jobs: <<: *shared-config steps: - checkout - - attach_workspace: - at: /tmp - run: name: Install netlify command: | yarn add -D netlify-cli - run: 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: working_directory: /dockerapp