aboutsummaryrefslogtreecommitdiff
path: root/src/push.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [#197] Fix hostname overriding for remote buildsRoman Melnikov2023-04-141-8/+6
| | | | | | | Problem: '--hostname' is ignored when used with '--remote-build'. Solution: Account for 'data.deploy_data.cmd_overrides.hostname' when building a profile remotely.
* Build every profile first, then push (#158)2xsaiko2022-12-291-14/+19
| | | | | Try to build everything first before pushing to remotes. Since the build is more likely to fail than the upload, if there is an error the deployment will fail sooner and before uploading any potentially unusable configuration.
* Add option to build on the remote hostPhilipp Herzog2022-11-181-59/+135
|
* General code cleanupnotgne22021-08-121-20/+20
|
* Evaluate only once, and then only realiseAlexander Bantyev2021-07-021-9/+47
|
* Clean up adding Command argumentsnotgne22021-02-091-10/+10
|
* changed: remove 2015-style extern crateBernardo Meurer2021-01-261-2/+2
|
* Remove unused DeployPathToActivatePathErrornotgne22021-01-081-2/+0
|
* Struct-ify arguments to push_profilenotgne22021-01-081-37/+56
|
* Restructure projectnotgne22021-01-081-0/+174