Skip to content

Commit

Permalink
[#2] Added code wercker
Browse files Browse the repository at this point in the history
  • Loading branch information
luismayta committed Jun 11, 2016
1 parent d344c5e commit e4cdf01
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,16 @@ build:
code: |
echo "python version $(python --version) running"
echo "pip version $(pip --version) running"
deploy:
steps:
- uetchy/gh-pages:
token: $GITHUB_TOKEN
repo: dgnest/randompaper.github.io
domain: randompaper.co
path: public
after-steps:
- slack-notifier:
url: $SLACK_WEBHOOK_URL
channel: meta
username: bot

0 comments on commit e4cdf01

Please sign in to comment.