From 6ddb0c36c673c2626a911f45198b9d5f0db37143 Mon Sep 17 00:00:00 2001 From: Tarskan <55380090+Tarskan@users.noreply.github.com> Date: Fri, 7 Jan 2022 17:30:16 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20REMOVE=20USELESS=20THINGS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ba4bf4..db8d269 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -44,19 +44,6 @@ jobs: docker push $DOCKER_HUB_USER_ID/tp_final_backend_six:$CIRCLE_BUILD_NUM docker push $DOCKER_HUB_USER_ID/tp_final_backend_six:latest - server-deploy: - <<: *shared-config - working_directory: ~/repo - steps: - - attach_workspace: - at: /tmp - - run: - name: Install netlify - command: yarn add netlify-cli -D - - run: - name: Deploy app - command: yarn netlify deploy --prod --dir=~/repo - workflows: version: 2 build-test-and-lint: @@ -71,11 +58,4 @@ workflows: - testUnit filters: branches: - only: main - - server-deploy: - requires: - - build - - testUnit - filters: - branches: - only: main \ No newline at end of file + only: main \ No newline at end of file