rsconnect icon indicating copy to clipboard operation
rsconnect copied to clipboard

Add support for upload = FALSE for Posit Cloud static content

Open mslynch opened this issue 2 years ago • 2 comments

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.

mslynch avatar Jun 30 '23 18:06 mslynch

Is this just a matter of eliminating https://github.com/rstudio/rsconnect/blob/main/R/deployApp.R#L355-L359?

hadley avatar Oct 26 '23 21:10 hadley

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.

mslynch avatar Oct 30 '23 16:10 mslynch