deploy-rs
deploy-rs copied to clipboard
Changes vs bash version?
I'm not so happy with deploy-rs because it's hard to debug. With the bash version, you can just run set -xv and you know the commands it's executing and you can run them yourself as well.
So I'd like to know what the differences are with the bash version. Maybe I'll implement those in the bash version.
It might also be that the -d flag just needs to print the commands deploy is running ;-)
-
magic-rollbackand betterauto-rollback - Proper schema checks
- Much better error handling
Hmm those are indeed nice and hard to do in bash. How about printing the nix commands it runs when -d is enabled?