Skip to content

Commit

Permalink
fix: avec 0.8.29 pas besoin de terminateApp
Browse files Browse the repository at this point in the history
  • Loading branch information
Cervangirard authored Jul 19, 2023
1 parent 34e2daf commit eb1404f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dev/tools/deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ 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 eb1404f

Please sign in to comment.