From 4dd835ba092349e172a50eeb86850b8ee24514ec Mon Sep 17 00:00:00 2001 From: Yanis JEDRZEJCZAK Date: Mon, 22 Apr 2024 16:03:27 +0200 Subject: [PATCH] fix envs --- .github/workflows/ppd.yml | 2 +- .github/workflows/prd.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ppd.yml b/.github/workflows/ppd.yml index 1f775fc8..ef5ce7bc 100644 --- a/.github/workflows/ppd.yml +++ b/.github/workflows/ppd.yml @@ -104,7 +104,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..c74cdd41 100644 --- a/.github/workflows/prd.yml +++ b/.github/workflows/prd.yml @@ -68,7 +68,7 @@ jobs: deploy-to-scaleway: needs: build-and-push-image runs-on: ubuntu-latest - environment: preprod + environment: prod steps: - name: Install CLI uses: scaleway/action-scw@v0 @@ -103,7 +103,7 @@ jobs: deploy-to-scaleway-lecoffre: needs: build-and-push-image-lecoffre runs-on: ubuntu-latest - environment: staging + environment: prod steps: - name: Install CLI uses: scaleway/action-scw@v0