From 79660639d6b140a16d2822f7ddf5e023b8ab3735 Mon Sep 17 00:00:00 2001 From: Yanis JEDRZEJCZAK <145334613+yanis-jedrzejczak-smart@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:28:58 +0200 Subject: [PATCH] Fix prd.yml --- .github/workflows/prd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prd.yml b/.github/workflows/prd.yml index b6f017cf..dd997d7d 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: preprod + environment: prod steps: - name: Install CLI uses: scaleway/action-scw@v0 @@ -135,4 +135,4 @@ jobs: 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 }} - \ No newline at end of file +