Skip to content

Commit

Permalink
Simplefy deploy app
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Jun 10, 2020
1 parent 1366873 commit 93df7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R-scripts/deploy app.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library(rmarkdown)
rmarkdown::shiny_prerendered_clean

library(rsconnect)
rsconnect::deployApp("./R-scripts/all_species_dashboard.Rmd", appFiles = "./data/", upload = TRUE, forceUpdate = TRUE)
rsconnect::deployApp("./R-scripts/all_species_dashboard.Rmd", forceUpdate = TRUE)

# output_dir <- "./output"
# output_file <- "IAS_Species_Dashboard"
Expand Down

0 comments on commit 93df7ab

Please sign in to comment.