Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 80b10e9

Browse files
author
Julien Bouquillon
committed
fix: adjust prod hostnames and env
1 parent ba8f37a commit 80b10e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/production.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,7 @@ jobs:
340340
needs: manifests-production
341341
environment:
342342
name: production
343-
url: https://backend-${{ env.namespace }}.${{ env.SOCIALGOUV_BASE_DOMAIN }}
344-
# url: https://tumeplay-backend.${{ env.SOCIALGOUV_BASE_DOMAIN }}
343+
url: https://fake-backend-${{ env.namespace }}.${{ env.SOCIALGOUV_BASE_DOMAIN }}
345344
steps:
346345
- name: Checkout repository
347346
uses: actions/checkout@v2
@@ -350,7 +349,7 @@ jobs:
350349
run: |
351350
cat ".github/production.env" >> $GITHUB_ENV
352351
echo "project=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
353-
echo "namespace=fake-${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
352+
echo "namespace=${GITHUB_REPOSITORY#*/}" >> $GITHUB_ENV
354353
355354
- name: Download production manifests
356355
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)