Skip to content

Commit

Permalink
ci: fix chain of staging / new prd
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored May 17, 2023
1 parent 3977e7c commit 6a1b8ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ jobs:

deploy_to_staging:
if: github.repository_owner == 'Informatievlaanderen'
needs: [ push_images_to_staging, deploy_to_test_finish_slack, release ]
needs: [ push_images_to_staging, deploy_to_staging_start_slack, release ]
name: Deploy to staging
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -825,7 +825,7 @@ jobs:

deploy_to_newprd:
if: github.repository_owner == 'Informatievlaanderen'
needs: [ push_images_to_newproduction, deploy_to_test_finish_slack, release ]
needs: [ push_images_to_newproduction, deploy_to_newprd_start_slack, release ]
name: Deploy to new production
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -874,4 +874,4 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ secrets.VBR_SLACK_BOT_TOKEN }}
SLACK_CHANNEL: ${{ secrets.VBR_NOTIFIER_CHANNEL_NAME }}
REPOSITORY_NAME: ${{ env.REPOSITORY_NAME }}
REPOSITORY_NAME: ${{ env.REPOSITORY_NAME }}

0 comments on commit 6a1b8ff

Please sign in to comment.