We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deploy_repo
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motivating context: we'd like users to be able to deploy to Connect BOTH:
connectapi
rsconnect
For connectapi, I'm envisioning a parallel version of rstudio/rsconnect#859 (comment):
Sys.setenv(SECRET = "forty-two") connectapi::deploy_repo( client = connectapi::connect(), repository = "X", branch = "Y", subdirectory = "Z", envVars = c("SECRET") )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Motivating context: we'd like users to be able to deploy to Connect BOTH:
connectapi
: already supported;rsconnect
: see Deploy via Git using rsconnect rstudio/rsconnect#888), AND:connectapi
: newly-supported,rsconnect
: this issue)For
connectapi
, I'm envisioning a parallel version of rstudio/rsconnect#859 (comment):The text was updated successfully, but these errors were encountered: