Skip to content

Commit

Permalink
Add updating workflow notifier tag when promoting to production
Browse files Browse the repository at this point in the history
  • Loading branch information
olaals committed Dec 23, 2024
1 parent 8627f8b commit 09cbe85
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/promote_to_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,16 @@ jobs:
AuthorName: ${{ github.actor }}
secrets:
DeployKey: ${{ secrets.ANALYTICS_INFRASTRUCTURE_DEPLOY_KEY }}

deploy_workflow-notifier:
name: Update workflow notifier in Production
needs: get_staging_version
uses: ./.github/workflows/update_aurora_deployment.yml
with:
Environment: production
Tag: ${{ needs.get_staging_version.outputs.versionTag }}
Registry: auroraprodacr.azurecr.io
ImageName: robotics/workflow-notifier
AuthorName: ${{ github.actor }}
secrets:
DeployKey: ${{ secrets.ANALYTICS_INFRASTRUCTURE_DEPLOY_KEY }}

0 comments on commit 09cbe85

Please sign in to comment.