diff --git a/.github/workflows/_deploy.yml b/.github/workflows/_deploy.yml index d88a0a51b7..2178eb236a 100644 --- a/.github/workflows/_deploy.yml +++ b/.github/workflows/_deploy.yml @@ -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 }}