rsconnect-python icon indicating copy to clipboard operation
rsconnect-python copied to clipboard

Separate bundling from deployment

Open romanzenka opened this issue 8 months ago • 0 comments

I would like to create a bundle, have it deployed to an integration server, tested by testers, and only when they approve, the very same bundle needs to go to production.

I cannot currently do that, because bundling action is lumped together with deployment action.

Please create additional CLI options that allow one to run "create bundle" command, obtaining an artifact (probably .tar.gz) and a separate "deploy bundle" command, that will deploy the existing bundle file to a server of choice.

romanzenka avatar Feb 06 '25 20:02 romanzenka