aboutsummaryrefslogtreecommitdiff
path: root/src/activate.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fail correctly if initial activation failsnotgne22020-10-251-6/+8
|
* Clean up some CLI arguments, make magic rollback optionalnotgne22020-10-131-11/+28
|
* Auto rollback if deployment is not confirmednotgne22020-10-131-72/+173
|
* Set working directory during activation to the profile pathnotgne22020-10-111-0/+2
|
* Move activate script location, use buildEnv for setActivatenotgne22020-10-111-2/+2
|
* General improvements, deprecate `activate` profile option in favor of ↵notgne22020-10-021-86/+82
| | | | executing $PROFILE/activate (Wrap It Yourself) to ensure successful rollback activations
* Handle more command exits correctlynotgne22020-10-011-10/+29
|
* Add license information, reformat Nix files, clean upnotgne22020-09-291-0/+4
|
* Move all activation logic to activate.rs (the unused warnings got annoying)notgne22020-09-291-1/+109
|
* use separate binary for activation, more cleanupnotgne22020-09-281-0/+54