Added SCORO_URL in CI
This commit is contained in:
@@ -131,7 +131,7 @@ jobs:
|
|||||||
|
|
||||||
Deployement_Docker:
|
Deployement_Docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main'
|
#if: github.ref == 'refs/heads/main'
|
||||||
needs: [ Test_Back ]
|
needs: [ Test_Back ]
|
||||||
environment: Production
|
environment: Production
|
||||||
|
|
||||||
@@ -175,7 +175,9 @@ jobs:
|
|||||||
context: ./front
|
context: ./front
|
||||||
push: true
|
push: true
|
||||||
tags: ${{steps.meta_front.outputs.tags}}
|
tags: ${{steps.meta_front.outputs.tags}}
|
||||||
build-args: API_URL=${{secrets.API_URL}}
|
build-args:
|
||||||
|
- API_URL=${{secrets.API_URL}}
|
||||||
|
- SCORO_URL=${{secrets.SCORO_URL}}
|
||||||
- name: Docker meta scorometer
|
- name: Docker meta scorometer
|
||||||
id: meta_scorometer
|
id: meta_scorometer
|
||||||
uses: docker/metadata-action@v4
|
uses: docker/metadata-action@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user