From bcd905bc60e51052428220ea8c723f710a77c6d0 Mon Sep 17 00:00:00 2001 From: Anatole-DC Date: Sat, 15 Jan 2022 10:49:22 +0100 Subject: [PATCH] :green_heart: Try url fix with typo fix --- .circleci/config.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6596239..5b4b214 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: build: <<: *shared-config environment: - - VITE_BACKEND_URL_URL: $VITE_BACKEND_URL_URL + - VITE_BACKEND_URL: $VITE_BACKEND_URL_URL steps: - checkout - restore_cache: @@ -76,6 +76,12 @@ workflows: - front-netlify-deploy: requires: - build + filters: + branches: + only: main - docker-build-and-push: requires: - - build \ No newline at end of file + - build + filters: + branches: + only: main \ No newline at end of file