Skip to content

Commit f19c1cd

Browse files
committed
Remove Slack notification from deployment
1 parent 808b257 commit f19c1cd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/platformsh-cd-image-viewer.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
force-push: true
4949
environment-name: experiment/image-viewer
5050

51-
notify-slack:
52-
runs-on: ubuntu-latest
53-
needs: deploy
54-
steps:
55-
- uses: actions/checkout@v3
56-
- uses: rtCamp/action-slack-notify@v2
57-
env:
58-
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
59-
SLACK_TITLE: "A deployment to experiment/image-viewer is complete"
51+
# notify-slack:
52+
# runs-on: ubuntu-latest
53+
# needs: deploy
54+
# steps:
55+
# - uses: actions/checkout@v3
56+
# - uses: rtCamp/action-slack-notify@v2
57+
# env:
58+
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
59+
# SLACK_TITLE: "A deployment to experiment/image-viewer is complete"

0 commit comments

Comments
 (0)