Since Heroku's (Cedar) file system is ephemeral, currently running Hubots do not survive a redeploy of hubot-control app.
A possible solution would be to periodically backup a gzipped / serialized copy of /hubots and /scripts into db, with a possibility to restore it on demand. Perhaps some versioning would be nice too.
Since Heroku's (Cedar) file system is ephemeral, currently running Hubots do not survive a redeploy of hubot-control app.
A possible solution would be to periodically backup a gzipped / serialized copy of
/hubotsand/scriptsinto db, with a possibility to restore it on demand. Perhaps some versioning would be nice too.