Skip to content

Commit

Permalink
chore: remove old slack notification (#23090)
Browse files Browse the repository at this point in the history
remove old slack notification

we now have new and improved ones from posthog/charts
  • Loading branch information
frankh authored Jun 19, 2024
1 parent 38edb43 commit 45d1103
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-and-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,6 @@ on:
- 'livestream/**'

jobs:
slack:
name: Notify Slack of start of deploy
runs-on: ubuntu-20.04
if: github.repository == 'posthog/posthog'
steps:
- name: Notify Platform team on slack
uses: rtCamp/action-slack-notify@v2
env:
SLACK_CHANNEL: platform-bots
SLACK_COLOR: ${{ job.status }} # or a specific color like 'good' or '#ff00ff'
SLACK_ICON: https://github.com/posthog.png?size=48
SLACK_MESSAGE: 'Production Cloud Deploy Beginning :rocket: - ${{ github.event.head_commit.message }}'
SLACK_TITLE: Message
SLACK_USERNAME: Max Hedgehog
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}

sentry:
name: Notify Sentry of a production release
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 45d1103

Please sign in to comment.