Skip to content

Commit

Permalink
remove slack webhook from deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vlasic committed Dec 13, 2021
1 parent d43e449 commit 12f0016
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,3 @@ done
if [[ $* == *--silent* ]]; then
exit 0
fi

# slack notification for new published version
if [ -n "$RELEASE" ]; then
curl -X POST -H 'Content-type: application/json' --data '{"text":"Mantil version '$tag' is released!"}' https://hooks.slack.com/services/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
fi

0 comments on commit 12f0016

Please sign in to comment.