Skip to content

Commit 9a9469f

Browse files
author
soycode
committed
remove default region check
1 parent b699cc4 commit 9a9469f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cloud/digitalocean/provisioner.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,6 @@ class Provisioner {
6262
// Get SSH keys
6363
}).then((keys: KeyPair) => {
6464
this.state_.ssh = keys;
65-
if (typeof region === "undefined") {
66-
region = "nyc3";
67-
}
6865
return this.setupDigitalOcean_(name, region);
6966
// Setup Digital Ocean (SSH key + droplet)
7067
}).then(() => {

0 commit comments

Comments
 (0)