From 315400cea99739d20846238683555924f02a3908 Mon Sep 17 00:00:00 2001 From: zelleg Date: Sat, 15 Jan 2022 19:16:53 +0100 Subject: [PATCH] =?UTF-8?q?update=20config=20file=20=F0=9F=8F=97=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78c463f..559b257 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,8 +52,8 @@ jobs: - run: # --prod: (boolean) - Deploy to production # --open : (boolean) - Open site after deploy - name: Deploy app - command: yarn netlify deploy --auth $NETLIFY_AUTH_TOKEN --dir ~/repo --site $NETLIFY_CLIENT_ID --prod + name: Deploy netlify app + command: yarn netlify deploy --auth $NETLIFY_AUTH_TOKEN --dir ~/repo --site $NETLIFY_SITE_ID --prod docker-build-and-push: working_directory: /dockerapp