We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808b257 commit f19c1cdCopy full SHA for f19c1cd
.github/workflows/platformsh-cd-image-viewer.yml
@@ -48,12 +48,12 @@ jobs:
48
force-push: true
49
environment-name: experiment/image-viewer
50
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"
+ # notify-slack:
+ # runs-on: ubuntu-latest
+ # needs: deploy
+ # steps:
+ # - uses: actions/checkout@v3
+ # - uses: rtCamp/action-slack-notify@v2
+ # env:
+ # SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
+ # SLACK_TITLE: "A deployment to experiment/image-viewer is complete"
0 commit comments