rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more

Home Page:http://rstudio.github.io/rsconnect/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for upload = FALSE for Posit Cloud static content

mslynch opened this issue · 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.

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.