Skip to content

Commit

Permalink
- Test restauration deploiement CI : supression de fichiers inutileme…
Browse files Browse the repository at this point in the history
…nt déployés vers shinyApps et qui ressortaient en alertes de contenu
  • Loading branch information
jengelaere committed Jul 26, 2023
1 parent 923c61e commit 8e14801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tools/deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rsconnect::setAccountInfo(

message("--- Deploying app ---\n")
appFiles <- list.files(".", recursive = TRUE)
appFiles <- appFiles[!grepl(".Rprofile|renv|rstudio_|deliverables|dev|data-raw|docker", appFiles)]
appFiles <- appFiles[!grepl(".Rprofile|renv|rstudio_|dev|data-raw|docker|testthat|test.convert.dsfr", appFiles)]

rsconnect::deployApp(
appDir = ".",
Expand Down

0 comments on commit 8e14801

Please sign in to comment.