Skip to content

Commit

Permalink
fix: desactivation de sentry:deploy (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
remy-auricoste authored Sep 25, 2024
1 parent 2f82ab3 commit e0d22f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

- name: notify sentry that a new version has been deployed
run: .bin/mna-lba sentry:deploy ${{ inputs.environment }} ${{ needs.version.outputs.VERSION }}
env:
ANSIBLE_VAULT_PASSWORD_FILE: .infra/.vault_pwd.txt
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REF_NAME: ${{ env.GITHUB_REF_NAME }}
# - name: notify sentry that a new version has been deployed
# run: .bin/mna-lba sentry:deploy ${{ inputs.environment }} ${{ needs.version.outputs.VERSION }}
# env:
# ANSIBLE_VAULT_PASSWORD_FILE: .infra/.vault_pwd.txt
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# GITHUB_REF_NAME: ${{ env.GITHUB_REF_NAME }}

0 comments on commit e0d22f8

Please sign in to comment.