Skip to content

Commit

Permalink
We now need forceUpdate = TRUE in rsconnect::deployApp()
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Jan 10, 2024
1 parent dd01a5d commit a2aafda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/deploy-shinyapps.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ rsconnect::setAccountInfo(
Sys.getenv("SHINYAPPS_TOKEN"),
Sys.getenv("SHINYAPPS_SECRET")
)
rsconnect::deployApp(appName = "ShinyCICD-test")
rsconnect::deployApp(appName = "ShinyCICD-test", forceUpdate = TRUE)

0 comments on commit a2aafda

Please sign in to comment.