diff --git a/.github/workflows/ppd.yml b/.github/workflows/ppd.yml index 1f775fc8..6d71ae48 100644 --- a/.github/workflows/ppd.yml +++ b/.github/workflows/ppd.yml @@ -12,7 +12,6 @@ env: PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a NAMESPACE_ID_LECOFFRE: e975f056-967e-43fe-b237-84bfa8032e64 CONTAINER_REGISTRY_ENDPOINT_LECOFFRE: rg.fr-par.scw.cloud/funcscwlecoffreppdmp73pool - IMAGE_NAME: front CONTAINER_NAME: front @@ -104,7 +103,7 @@ jobs: deploy-to-scaleway-lecoffre: needs: build-and-push-image-lecoffre runs-on: ubuntu-latest - environment: staging + environment: preprod steps: - name: Install CLI uses: scaleway/action-scw@v0 diff --git a/.github/workflows/prd.yml b/.github/workflows/prd.yml index 65f15fb5..b6f017cf 100644 --- a/.github/workflows/prd.yml +++ b/.github/workflows/prd.yml @@ -103,7 +103,7 @@ jobs: deploy-to-scaleway-lecoffre: needs: build-and-push-image-lecoffre runs-on: ubuntu-latest - environment: staging + environment: preprod steps: - name: Install CLI uses: scaleway/action-scw@v0 diff --git a/.github/workflows/stg.yml b/.github/workflows/stg.yml index 545ea895..d159dfc9 100644 --- a/.github/workflows/stg.yml +++ b/.github/workflows/stg.yml @@ -13,7 +13,6 @@ env: NAMESPACE_ID_LECOFFRE: f8137e85-47ad-46a5-9e2e-18af5de829c5 CONTAINER_REGISTRY_ENDPOINT_LECOFFRE: rg.fr-par.scw.cloud/funcscwlecoffrestgbqbfhtv6 - IMAGE_NAME: front CONTAINER_NAME: front @@ -135,4 +134,4 @@ jobs: SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY_LECOFFRE }} SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY_LECOFFRE }} SCW_DEFAULT_PROJECT_ID: ${{ env.PROJECT_ID_LECOFFRE }} - SCW_DEFAULT_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID_LECOFFRE }} + SCW_DEFAULT_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID_LECOFFRE }} \ No newline at end of file diff --git a/devops/ppd.values.yaml b/devops/ppd.values.yaml index 3889130c..4db3e934 100644 --- a/devops/ppd.values.yaml +++ b/devops/ppd.values.yaml @@ -18,10 +18,10 @@ lecoffreFront: limits: memory: 2Gi ingress: - host: app.ppd.lecoffre.smart-chain.fr + host: app-tp.ppd.lecoffre.smart-chain.fr tls: hosts: - - app.ppd.lecoffre.smart-chain.fr + - app-tp.ppd.lecoffre.smart-chain.fr secretName: front-tls annotations: kubernetes.io/ingress.class: nginx diff --git a/src/front/Components/LayoutTemplates/DefaultLayout.tsx b/src/front/Components/LayoutTemplates/DefaultLayout.tsx index 45452b20..322f5bd3 100644 --- a/src/front/Components/LayoutTemplates/DefaultLayout.tsx +++ b/src/front/Components/LayoutTemplates/DefaultLayout.tsx @@ -7,7 +7,7 @@ export const DefaultLayout = ({ children }: DefaultLayoutProps) => { return ( <>
-