aboutsummaryrefslogtreecommitdiff
path: root/src/deploy.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply notgne2 suggestions.Oleg Pykhalov2021-04-161-3/+3
|
* Add dry activate argument.Oleg Pykhalov2021-04-071-7/+22
|
* Remove `ssh://` prefix from SSH addressesnotgne22021-02-281-1/+1
|
* Re-use `ssh_addr`notgne22021-02-281-3/+3
|
* Clean up adding Command argumentsnotgne22021-02-091-7/+7
|
* Re-add debug log for activate command erroringnotgne22021-02-091-0/+1
|
* Clean up structure used for activation command error sendingnotgne22021-02-091-11/+9
|
* Still wait for activation command to end even in cases of errorsnotgne22021-02-091-43/+70
|
* Use oneshot signals to ensure SSH activate command has finished before ↵notgne22021-02-091-7/+14
| | | | deployment ends
* Wait for `ssh_activate` to complete and check for errors in magic_rollback ↵notgne22021-02-091-11/+20
| | | | activation (fixes #58 and #49)
* changed: remove 2015-style extern crateBernardo Meurer2021-01-261-2/+2
|
* Only build wait command if magic_rollback is enablednotgne22021-01-141-10/+10
|
* Remove unused DeployPathToActivatePathErrornotgne22021-01-081-3/+0
|
* Struct-ify arguments to build_wait_commandnotgne22021-01-081-21/+23
|
* Struct-ify arguments to build_activate_commandnotgne22021-01-081-26/+28
|
* Fix trivial lint issuesnotgne22021-01-081-4/+4
|
* Restructure projectnotgne22021-01-081-0/+296