Skip to content

Commit

Permalink
Update deploy.R : deployApp with forceUpdate = TRUE
Browse files Browse the repository at this point in the history
pour tenter de réparer le déploiement continu
  • Loading branch information
jengelaere committed Jul 26, 2023
1 parent cac2687 commit 923c61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/tools/deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ rsconnect::deployApp(
account = Sys.getenv("SHINYAPPS_NAME"),
appFiles = appFiles,
appName = Sys.getenv("NAME_OF_APP"),
lint = FALSE
lint = FALSE,
forceUpdate = TRUE
)

0 comments on commit 923c61e

Please sign in to comment.