aboutsummaryrefslogtreecommitdiff
path: root/src/deploy.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#201] Deduce profile directory during activationRoman Melnikov2023-09-121-15/+50
* [Chore] Handle 'temp_path' as an actual 'Path' instead of 'String'Roman Melnikov2023-04-201-15/+15
* Add new activation strategy `boot` as equivalent to `nixos-rebuild boot`Maximilian Bosch2022-10-091-2/+13
* ensure spawned thread exits before mainTimothy DeHerrera2021-11-181-1/+5
* General code cleanupnotgne22021-08-121-33/+33
* Add multi node supportYannik Sander2021-06-221-7/+115
* 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 deploy...notgne22021-02-091-7/+14
* Wait for `ssh_activate` to complete and check for errors in magic_rollback ac...notgne22021-02-091-11/+20
* 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