Skip to content

Commit

Permalink
ci: fix deploy to prd
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Jun 19, 2024
1 parent 8f052ba commit 239bb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ jobs:

deploy_to_production_start_slack:
if: github.repository_owner == 'Informatievlaanderen'
needs: [ push_images_to_production, release ]
needs: [ deploy_to_staging_finish_slack, release ]
name: Deploy to production started
environment: prd
runs-on: ubuntu-latest
Expand Down

0 comments on commit 239bb0f

Please sign in to comment.