lewo
lewo
> Within the context of GitOps I am not sure I see the value of comin pause and or comin rollback. Could you elaborate how you imagine that to be...
@ulrikstrid oh, that's unfortunate you no longer need this because this is pretty interesting! But if someone else is interested in, this dratf will be pretty useful since 80% of...
I agree it could be useful to execute arbitrary scripts once a deployment is finished. I however don't know how to make this properly. comin could propagate deployment information as...
> IMO you are worrying a little to much about possible future incompatibilities. hehe, i have to agree with you ;) > I am not sure what the benefits of...
@tcurdt I think it would be better to run the script just after calling the `deployFunc` and before locking the `deployer`: https://github.com/nlewo/comin/blob/7b1f7582520c25a96f0d9f81be348042247a5f5d/internal/deployer/deployer.go#L179
> Shall I prepare a PR? @nlewo @tcurdt yep, that would be great!
> I am not sure how to get access to the config from inside the Deployer You could do the same than what is done for the builder: `builder.New` gets...
Closed, thanks to @tcurdt for #85 ❤
Currently, comin first checkout a commit from a "Main" branch and then from a "Testing" branch, if the "Testing" branch is on top of the Main branch. Instead of having...
Hello @cmacrae, I actually don't really like to add this `nix derivation-show` option explicitly. Instead, I would actually prefer to add an option such as `nixDerivationShowExtraArgs` which would take a...