Skip to content

Commit

Permalink
Merge pull request #120 from devopsdays/mattstratton/add-moar-slack
Browse files Browse the repository at this point in the history
actually do the slack thing properly
  • Loading branch information
mattstratton committed Apr 12, 2016
2 parents 196f809 + 1979004 commit f6ef7de
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 f6ef7de

Please sign in to comment.