Skip to content

Commit

Permalink
actually do the slack thing properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstratton committed Apr 12, 2016
1 parent 196f809 commit 1979004
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ build:
version: 0.15
theme: devopsdays-legacy
flags: --buildDrafts=false
after-steps:
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL

deploy:
steps:
Expand All @@ -21,8 +24,5 @@ deploy:
basedir: public
repo: devopsdays/devopsdays.github.io
after-steps:
- slack-notifier:
url: $SLACK_URL
channel: website
username: wercker-bot
branch: master
- wantedly/pretty-slack-notify:
webhook_url: $SLACK_WEBHOOK_URL

0 comments on commit 1979004

Please sign in to comment.