Skip to content

Instantly share code, notes, and snippets.

@johnthepink
johnthepink / deploy-app.sh
Created September 19, 2014 22:28
Deploy from Github to Heroku using Hipchat/Hubot
#!/bin/sh
# Mostly stolen from https://github.com/vidpresso/hubot-syncer/blob/master/pullpushprod.sh
cd /app
echo "Setting up SSH."
mkdir /app/.ssh
echo "$SSH_PRIVATE_KEY" > .ssh/id_rsa
echo "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
@johnthepink
johnthepink / README.md
Created September 10, 2014 16:04
Hubot Failboat Support

Just add this bad boy in your Hubot's scripts directory, then call hubot failboat.