Skip to content

Commit

Permalink
chore: comment broken slack github action (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya committed May 15, 2024
1 parent a84df6e commit 2d14a11
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ jobs:
npm run build
npm run deploy
- name: Notify on Slack
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_MESSAGE: "Deployed uli-website to production environment"
SLACK_TITLE: "deploy-production workflow complete"
SLACK_COLOR: "#020637"
SLACK_ICON: https://tattle-media.s3.amazonaws.com/monogram-dark.svg
# - name: Notify on Slack
# uses: rtCamp/action-slack-notify@v2
# env:
# SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
# SLACK_MESSAGE: "Deployed uli-website to production environment"
# SLACK_TITLE: "deploy-production workflow complete"
# SLACK_COLOR: "#020637"
# SLACK_ICON: https://tattle-media.s3.amazonaws.com/monogram-dark.svg

uli-server:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2d14a11

Please sign in to comment.