Thursday, 5 September 2013

Heroku app to automate deploys from GitHub

Heroku app to automate deploys from GitHub

Does Heroku allow an app internally to git clone (e.g., via a simple bash
script) a remote repository locally and push to some other remote that is
available?
I am thinking of writing an automated (but manually triggered) hubot script.
To do this, on Heroku, you should be able to:
Run commands (e.g., git)
Save cloned repository in the filesystem
Thanks.

No comments:

Post a Comment