Skip to content

Commit

Permalink
enable force update on shinyapps.io
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscpritchard committed Oct 13, 2023
1 parent 700718e commit ba369fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@ jobs:
run: |
library(rsconnect)
setAccountInfo(name = Sys.getenv("SHINY_ACC_NAME", unset = NA), token = Sys.getenv("TOKEN", unset = NA), secret = Sys.getenv("SECRET", unset=NA))
deployApp(appName = Sys.getenv("SHINY_APP_NAME", unset = NA))
deployApp(appName = Sys.getenv("SHINY_APP_NAME", unset = NA), forceUpdate = TRUE)
shell: Rscript {0}

0 comments on commit ba369fa

Please sign in to comment.