-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploy-rs gives up on life after a single deployment fails #221
Comments
I ran into this the other day. It would be great if there was a way to allow for skipping offline hosts explicitly while still failing on other deployment errors. Perhaps some opt-in flag like |
My workflow currently involves a lot of experimental changes to very different machine profiles that can break on some sets of machines but not others. That being the case, I would prefer a mode that just keeps going until it's deployed everything it could, and reverted only the changes that would make machines inaccessible. :P Ideally we'd have flags for Of course, that issue is outside the scope of this thread. I should probably check if an issue is already tracking it, and if not, make one. |
It wasn't much of an issue initially, but there definitely needs to be a way to do this, I've had to comment things out in my home infra flake so frequently and it's very tiring. I also do agree that if we add this, we probably need a |
I have like 8 machines to deploy to. One of them is offline. If deploy-rs tries to push to it first, it will fail, and then print
π β [deploy] [ERROR] Failed to push profile: Nix copy command resulted in a bad exit code: Some(1)
. No machines are updated.Looking at the arg spec, I can't see any way to get it to continue pushing to the rest of the target machines.
The text was updated successfully, but these errors were encountered: