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 +