Skip to content

Commit d72fb18

Browse files
authored
Add forceUpdate = TRUE to deploy
1 parent 137b38e commit d72fb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ if (opts$all) {
146146
deployApps <- function(app) {
147147
cat('-------- Deploying', app, '--------\n')
148148
if (opts$deploy) {
149-
res <- try(rsconnect::deployApp(app, account = opts$account, server = opts$server))
149+
res <- try(rsconnect::deployApp(app, account = opts$account, server = opts$server, forceUpdate = TRUE))
150150
if (inherits(res, 'try-error')) {
151151
return(1)
152152
}

0 commit comments

Comments
 (0)