- Login to heroku
- Follow this link
- Add a slack [incoming webhook]
- Copy the
Webhook URL
into the Heroku configSLACK_HOOK_URL
- Copy the Bamboo icalendar feed url into the Heroku config
FEED_URL
- Copy the names of the people on your team exactly as they appear in Bamboo into the Heroku config
NAMES
field separated by semicolons - Click Deploy for Free
- Once it's done deploying click
Manage App
- Go to the (Heroku Scheduler)[https://scheduler.heroku.com/dashboard]
- Configure the Heroku Scheduler to run
ruby bin/awaybot.rb major
daily at13:00 UTC
- Requires that you have access to the Github repository
- From the application Deploy->GitHub page click
Connect to GitHub
- Grant the heroku app access
- Click on
Enable Automatic Deploys
export FEED_URL='https://nulogycorp.bamboohr.com/feeds/<SNIP>'
export SLACK_HOOK_URL='https://hooks.slack.com/services/<SNIP>'
export NAMES='Name;Name'
ruby bin/awaybot.rb major