From 4b5d7943578655f0e5654729d1d2daccb6705085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Wed, 25 Jan 2023 23:29:52 +0900 Subject: [PATCH] added scoro arg --- .github/workflows/CI.yml | 2 +- docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 312f2eb..4881318 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -131,7 +131,7 @@ jobs: Deployement_Docker: runs-on: ubuntu-latest - #if: github.ref == 'refs/heads/main' + if: github.ref == 'refs/heads/main' needs: [ Test_Back ] environment: Production diff --git a/docker-compose.yml b/docker-compose.yml index a672e47..b5d2737 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,8 +35,8 @@ services: build: context: ./front args: - - API_URL=${API_URL} - - SCORO_URL=${SCORO_URL} + - API_URL=${API_URL} + - SCORO_URL=${SCORO_URL} ports: - "80:80" depends_on: