Pim de Witte
Pim de Witte
This one is combined with my previous pull request. Was using the github editor so wouldn't let me put both in one.
Hey, in the script, you should be able to set your ssh key that will be used with github. I'm gonna check this out for you today. This should be...
Ok, so it seems the build process may have changed (another server clones the repo and then sends it off to the builder). I'm gonna have to figure out an...
Okay, this should work: 1) Generate a new key in the same directory as commit.sh called "deploy" 2) Add the "deploy" key as a deploy key 3) Update your commit.sh...
Actually, before you do that, just add: ``` ssh-keyscan -H github.com >> ~/.ssh/known_hosts ``` to the commit.sh file and see if it works
Yeah that's probably a good idea. Let me know what they say.
I'm gonna try to mess around with this: https://gist.github.com/testcollab/1236348/8ebe7df22fef7e695b2835614aaeea0114a3477d And just make cloud build it's own account