Skip to content

Commit

Permalink
fix conflict unresolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jengelaere committed Jul 26, 2023
1 parent 05c519f commit 3d2ee39
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev/tools/deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ remotes::install_deps()
remotes::install_local()



message("--- Add server ---\n")

rsconnect::setAccountInfo(
Expand All @@ -20,11 +19,8 @@ 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 3d2ee39

Please sign in to comment.