rstudio / rsconnect

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

Fix checking and logging of `envVars` in `deployApp()` #994

Open gadenbuie opened 10 months ago

gadenbuie commented 10 months ago

Two small fixes for the checking of envVars in deployApp():

  1. First, the values of the envvars were being printed in to the logs, where we'd only want the names.

  2. The check ensuring that envVars is only used for Posit Connect servers would not run if the user was only setting a single variable.