Skip to content

Commit 14050f7

Browse files
authored
Merge pull request #1 from ungdev/main
update: master is now prod
2 parents 1adf0af + 727d8bc commit 14050f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
tags: |
3333
${{ secrets.REGISTRY_URL }}/integration/api
3434
env:
35-
VITE_API_URL: ${{ github.ref == 'refs/heads/master' && 'https://integration.utt.fr/api' || 'https://integration.dev.uttnetgroup.fr/api' }}
36-
VITE_SERVICE_URL: ${{ github.ref == 'refs/heads/master' && 'https://integration.utt.fr' || 'https://integration.dev.uttnetgroup.fr' }}
35+
VITE_API_URL: ${{ github.ref == 'refs/heads/prod' && 'https://integration.utt.fr/api' || 'https://integration.dev.uttnetgroup.fr/api' }}
36+
VITE_SERVICE_URL: ${{ github.ref == 'refs/heads/prod' && 'https://integration.utt.fr' || 'https://integration.dev.uttnetgroup.fr' }}
3737

3838
- name: Frontend - Build and push
3939
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)