Skip to content

Commit

Permalink
master | delete sentry project
Browse files Browse the repository at this point in the history
  • Loading branch information
edutomesco committed Oct 4, 2024
1 parent 0bfb23b commit fdcff03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
token: ${{ secrets.repo_api_token }}
repository: bloock/managed-services-actions
event-type: deploy_identity_server_dev
client-payload: '{"version": "${{ needs.push.outputs.version }}", "environment": "development", "sentry_project": "${{ secrets.SENTRY_PROJECT }}"}'
client-payload: '{"version": "${{ needs.push.outputs.version }}", "environment": "development"}'

deploy-pro:
name: Deploy PRO
Expand All @@ -80,4 +80,4 @@ jobs:
token: ${{ secrets.repo_api_token }}
repository: bloock/managed-services-actions
event-type: deploy_identity_server_pro
client-payload: '{"version": "${{ needs.push.outputs.version }}", "environment": "production", "sentry_project": "${{ secrets.SENTRY_PROJECT }}"}'
client-payload: '{"version": "${{ needs.push.outputs.version }}", "environment": "production"}'

0 comments on commit fdcff03

Please sign in to comment.