Skip to content
New issue

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

Improve shinyapps io deploy #19

Merged
merged 15 commits into from
Aug 22, 2024
Merged

Improve shinyapps io deploy #19

merged 15 commits into from
Aug 22, 2024

Conversation

avanlinden
Copy link
Collaborator

This PR updates the github actions workflow that deploys the dictionary app to shinyapps.io, which had gotten quite out of date.

  • the new deployment workflow is based on this: https://github.com/r-lib/actions/blob/v2-branch/examples/shiny-deploy.yaml
  • the updated workflow sets the rstudio public package repository as the default download environment for package installs, so it is much faster and installing from renv no longer bogs the job down
  • I added an .rscignore file and removed the appFiles argument in rsconnect::deployApp() in order to prevent all the renv files from being added to the bundle sent via rsconnect

@avanlinden avanlinden merged commit b87e258 into main Aug 22, 2024
1 check passed
@avanlinden avanlinden deleted the improve-shinyapps-io-deploy branch August 22, 2024 20:07
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.

1 participant