Skip to content

Conversation

@mslynch
Copy link
Member

@mslynch mslynch commented Jul 1, 2022

Description

Adds support for adding shinyapps.io credentials and deploying to shinyapps.io.

Matthew Lynch and others added 30 commits June 22, 2022 15:56
Copy link
Collaborator

@ssinnott ssinnott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's some broken tests after the merge... but the script works for deploying to shinyapps.io locally on my end. So I think it's good to go from my perspective.

Comment on lines +283 to +300
@click.option(
"--account",
"-a",
envvar="SHINYAPPS_ACCOUNT",
help="The shinyapps.io account name.",
)
@click.option(
"--token",
"-T",
envvar="SHINYAPPS_TOKEN",
help="The shinyapps.io token.",
)
@click.option(
"--secret",
"-S",
envvar="SHINYAPPS_SECRET",
help="The shinyapps.io token secret.",
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only method that will work with shinyapps.io right now is deploy_manifest, so I think it would be misleading for rsconnect-python to explicitly accept those options for the other methods.

@mslynch mslynch merged commit cfb7ce7 into master Jul 8, 2022
@mslynch mslynch deleted the mslynch-shinyapps-io-refactor branch July 8, 2022 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants