Skip to content

Commit

Permalink
Merge pull request #20 from codecov/trent/test-prodvana
Browse files Browse the repository at this point in the history
Test Prodvana
  • Loading branch information
trent-codecov authored Mar 15, 2024
2 parents 7bcda78 + 6174513 commit 89b3409
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/push-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,18 @@ jobs:
run: |
make tag.latest
make push.latest
- uses: prodvana/[email protected]
if: inputs.environment == 'staging'
with:
org: ${{ secrets.PRODVANA_ORG }}
api_token: ${{ secrets.PRODVANA_API_TOKEN }}
- uses: prodvana/[email protected]
if: inputs.environment == 'staging'
with:
app: ${{ secrets.PRODVANA_APP }}
service: ${{ secrets.PRODVANA_SERVICE }}
parameters: imageTag=${{ inputs.environment }}-release-${{ steps.sha.outputs.short_sha }}
wait_channels: staging
- name: Create Sentry release
if: inputs.create_sentry_release
uses: getsentry/action-release@v1
Expand Down Expand Up @@ -144,4 +156,4 @@ jobs:
- name: Push release
run: |
make tag.release
make push.release
make push.release

0 comments on commit 89b3409

Please sign in to comment.