rsconnect
rsconnect copied to clipboard
Add support for upload = FALSE for Posit Cloud static content
In Posit Cloud, server-side content can be rerendered using the previous bundle. Users should be able to trigger this from rsconnect by passing upload = FALSE to deployApp.
Is this just a matter of eliminating https://github.com/rstudio/rsconnect/blob/main/R/deployApp.R#L355-L359?
Is this just a matter of eliminating https://github.com/rstudio/rsconnect/blob/main/R/deployApp.R#L355-L359?
I'm not sure exactly what all needs to change, but that doesn't look like it. We would need to make sure POST /applications/{id}/deploy gets called without a bundle.