Skip to content

Commit

Permalink
Merge pull request #29 from codecov/fix/remove_prodvana
Browse files Browse the repository at this point in the history
removing prodvana
  • Loading branch information
jason-ford-codecov authored Aug 15, 2024
2 parents 19fc3c3 + 2170375 commit b1ee317
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/push-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,25 +74,6 @@ jobs:
run: |
make tag.latest
make push.latest
- uses: prodvana/[email protected]
with:
org: ${{ secrets.PRODVANA_ORG }}
api_token: ${{ secrets.PRODVANA_API_TOKEN }}
- uses: prodvana/[email protected]
if: inputs.environment != 'staging'
with:
app: codecov-${{ inputs.environment }}
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
Expand Down

0 comments on commit b1ee317

Please sign in to comment.