Skip to content

Commit e0d22f8

Browse files
fix: desactivation de sentry:deploy (#1528)
1 parent 2f82ab3 commit e0d22f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/_deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,9 @@ jobs:
146146
env:
147147
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
148148

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

0 commit comments

Comments
 (0)