added scoro arg

This commit is contained in:
Clément Le Bihan
2023-01-25 23:29:52 +09:00
parent 762b346438
commit 4b5d794357
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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: