Skip to content

Commit

Permalink
don't restrict shinyapps.io from previous deployment check in deploym…
Browse files Browse the repository at this point in the history
…entTarget
  • Loading branch information
mslynch committed Jul 26, 2023
1 parent 02cada1 commit 2a5bfb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/deploymentTarget.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ deploymentTarget <- function(recordPath = ".",
}

appId <- NULL
if (!isCloudServer(fullAccount$server)) {
if (!isPositCloudServer(fullAccount$server)) {
# Have we previously deployed elsewhere? We can't do this on cloud
# because it assigns random app names (see #808 for details).
existing <- applications(fullAccount$name, fullAccount$server)
Expand Down

0 comments on commit 2a5bfb6

Please sign in to comment.