deployotron
deployotron copied to clipboard
Reload! deploy script
I had an error in an alias file, but the error message I got seemed to be from git. Here is the error message. Note the `cd &&`. It has...
If ssh fails, the commands fail, but it's not immediately obvious that it's a ssh problem. Usually it's the sanity check that fails, but it claims that the repo is...
The Push API is deprecated: https://www.flowdock.com/api/push The new Messages API allows for much nicer messages, but threatens with OAuth: https://www.flowdock.com/api/messages Might as well fix #27 and part of #32.
When using Deployotron on dev/staging, it could be useful if the last tag of the branch deployed from was included in version.txt.
It is possible to display a SSH banner before the remote user authenticates over SSH. (http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5/sshd_config.5 Search for Banner) Currently deployotron fails to deploy to a server using a SSH-banner.
While sha uniquely identifies the deployed version, and the branch gives some indication too, the log message usually tells a human more. But there's an disclosure of information issue here....
For some reason, sql-dump manages to attempt to call sql-quey "SHOW TABLES;" through ssh, which is unlikely to work on most servers. Doing an sql-dump on the server through an...
Makes it easier to quickly spot what was deployed.
Would be handy with a switch to force the deployment even if the deployed site isn't clean. But that would require ability to display the changes, and more interactivity. Something...