Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 6793477

Browse files
authored
Update prod.yml
1 parent 0a8f369 commit 6793477

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/prod.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
docker pull ${{ secrets.DOCKER_HUB_IP }}:${{ secrets.DOCKER_HUB_PORT}}/wheels-dev-prod
4343
docker stack deploy --with-registry-auth -c docker-compose.yml wheels-dev-prod
4444
45-
- name: Post Slack Message
46-
id: Post-Slack-Message
47-
uses: act10ns/slack@v2
48-
with:
49-
webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
50-
status: ${{ job.status }}
51-
steps: ${{ toJson(steps) }}
52-
channel: '#wheels-dev'
53-
if: always()
45+
# - name: Post Slack Message
46+
# id: Post-Slack-Message
47+
# uses: act10ns/slack@v2
48+
# with:
49+
# webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}
50+
# status: ${{ job.status }}
51+
# steps: ${{ toJson(steps) }}
52+
# channel: '#wheels-dev'
53+
# if: always()

0 commit comments

Comments
 (0)