Skip to content

Commit

Permalink
fix deploy slack post
Browse files Browse the repository at this point in the history
  • Loading branch information
henteko committed Dec 7, 2015
1 parent f36053c commit 6b60b45
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,4 @@ deploy:
tags: true
repo: DeployGate/deploygate-cli
after_deploy:
- 'curl -X POST --data-urlencode "payload={\"channel\": \"#devs\", \"username\": \"DG-RELEASE-CLI\",
\"text\": \"Released a deploygate gem in <https://rubygems.org/gems/deploygate|RubyGems>!\",
\"icon_emoji\": \":tada:\"}" $SLACK_URL'
- 'curl -X POST --data-urlencode "payload={\"text\": \"Released a deploygate gem in <https://rubygems.org/gems/deploygate|RubyGems>!\"}" $SLACK_URL'

0 comments on commit 6b60b45

Please sign in to comment.