deploy-rs icon indicating copy to clipboard operation
deploy-rs copied to clipboard

Fix targets and extra build args

Open sjagoe opened this issue 3 months ago • 2 comments

This fixes #325 by building upon the fix (#327) from @VolodiaPG for build targets, adding a fix for extra build args.

With this, deploying to multiple hosts with build args works again, e.g.

../deploy-rs/target/debug/deploy -d --targets .#host1 .#host2 .#host3 --keep-result --skip-checks -- --max-jobs 0

sjagoe avatar Oct 01 '25 10:10 sjagoe

I ended up pushing a PR to fix this https://github.com/serokell/deploy-rs/pull/351 without checking to see if that had been done already. @Sntx626 what needs to happen for this fix to be mergeable?

neunenak avatar Nov 25 '25 05:11 neunenak

Hey @rvem could you take a look at this long awaited fix please? 🙏 There's also #333 which is slightly different

anna-oake avatar Dec 01 '25 17:12 anna-oake

LGTM, thanks for the contribution. I apologize for not responding quickly.

rvem avatar Dec 18 '25 09:12 rvem