Skip to content

Commit

Permalink
Merge pull request #24 from codecov/th/push-dedicated-cloud-clients
Browse files Browse the repository at this point in the history
fix: push images for dedicated cloud to prodvana
  • Loading branch information
thomasrockhu-codecov authored May 28, 2024
2 parents 8dd04ca + 7ef8d9e commit c3bce8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ jobs:
service: ${{ secrets.PRODVANA_SERVICE }}
parameters: imageTag=${{ inputs.environment }}-release-${{ steps.sha.outputs.short_sha }}
wait_channels: ${{ fromJSON(vars.PRODVANA_WAIT_CHANNELS)[inputs.environment] }}

- uses: prodvana/[email protected]
if: inputs.environment == 'production'
with:
app: dedicated-cloud-clients
service: ${{ secrets.PRODVANA_SERVICE }}
parameters: imageTag=${{ inputs.environment }}-release-${{ steps.sha.outputs.short_sha }}
wait_channels: ${{ fromJSON(vars.PRODVANA_WAIT_CHANNELS)[inputs.environment] }}

- name: Create Sentry release
if: inputs.create_sentry_release
uses: getsentry/action-release@v1
Expand Down

0 comments on commit c3bce8f

Please sign in to comment.