Skip to content

Commit

Permalink
Update deploy.R
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMarais authored Feb 10, 2024
1 parent e724eb0 commit f1d42f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 05_DASHBOARD/deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ rsconnect::setAccountInfo(
rsconnect::deployApp(
appDir = "./05_DASHBOARD",
appFiles = "app.R",
appName = "Dashboard")
appName = "Dashboard",
forceUpdate = TRUE)

0 comments on commit f1d42f2

Please sign in to comment.