rstudio / rsconnect

Publish Shiny Applications, RMarkdown Documents, Jupyter Notebooks, Plumber APIs, and more
http://rstudio.github.io/rsconnect/
133 stars 81 forks source link

Support for supplying image via environment variable #1063

Closed michaelmayer2 closed 5 months ago

michaelmayer2 commented 5 months ago

rsconnect since version 0.8.26 supports specifying an image for the deployed content which is really great.

It would be very helpful if rsconnect could not only explicitly use the image argument in the rsconnect() function call but also pick it up from an environment variable.

The use case is that on a given environment a default image can be defined and - unless the user overwrites it by specifying the image in the rsconnect() call will use this one for publishing.