aboutsummaryrefslogtreecommitdiff
path: root/lib/shell_utils.rb
Commit message (Collapse)AuthorAge
* Use info for command output loggingChristopher Baines2018-07-04
| | | | | As this is useful to see, and not currently appearing in the log file when running in the Rails production environment.
* Use the remote host struct in read_json_fileChristopher Baines2018-07-01
|
* Neaten up SSH handlingChristopher Baines2018-06-24
| | | | | Explicitly use the specified private key where possible. Also, use a struct for the user, address and private key.
* Disable strict host key checkingChristopher Baines2018-06-23
| | | | | So that SSH can run without requiring manual intervention. This shouldn't pose a security risk, as the network should be trusted.
* Replace the GovukGuix::BuildJobChristopher Baines2018-06-22
With a service that performs the same function, and use the MiniEnvironmentJob instead.