Skip to content

Commit

Permalink
- Test restauration deploiement CI : ajout option rsconnect options(r…
Browse files Browse the repository at this point in the history
…sconnect.packrat = TRUE) pour restaurer son comportement précédent depuis le passage à la v1.0.0
  • Loading branch information
jengelaere committed Jul 26, 2023
1 parent a0a581c commit 05c519f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

!.github/*/*
docs
.Rproj.user
Expand All @@ -9,3 +8,4 @@ docs
inst/doc
rsconnect
deliverables
zz_rsconnect*
5 changes: 5 additions & 0 deletions dev/tools/deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ rsconnect::setAccountInfo(
message("--- Deploying app ---\n")
appFiles <- list.files(".", recursive = TRUE)
appFiles <- appFiles[!grepl(".Rprofile|renv|rstudio_|dev|data-raw|docker|testthat|test.convert.dsfr", appFiles)]
<<<<<<< HEAD
=======

options(rsconnect.packrat = TRUE)
>>>>>>> a1f0ed2 (- Test restauration deploiement CI : ajout option rsconnect options(rsconnect.packrat = TRUE) pour restaurer son comportement précédent depuis le passage à la v1.0.0)

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

0 comments on commit 05c519f

Please sign in to comment.