Skip to content

Commit

Permalink
fix: on eteint avant de rallumer
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervangirard authored Jul 19, 2023
1 parent dab7091 commit 731b917
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/tools/deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ appFiles <- appFiles[!grepl(".Rprofile|renv|rstudio_|dev|data-raw|docker|testtha

options(rsconnect.packrat = TRUE)

# Il faut supprimer l'ancienne
rsconnect::terminateApp(
appName = Sys.getenv("NAME_OF_APP"),
account = Sys.getenv("SHINYAPPS_NAME"),
quiet = TRUE)

rsconnect::deployApp(
appDir = ".",
account = Sys.getenv("SHINYAPPS_NAME"),
Expand Down

0 comments on commit 731b917

Please sign in to comment.