Skip to content

Commit 3e21762

Browse files
committed
specify provider
1 parent 1750cc6 commit 3e21762

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cli/src/deploys/deployDigitalOcean.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,15 @@ const waitUntilCodeServerIsLive = (droplet: Droplet, token: string) => {
9090
export const deployDigitalOcean = async () => {
9191
let spinner: ora.Ora;
9292

93+
console.log(
94+
chalk.yellow(
95+
"Using provider: DigitalOcean",
96+
)
97+
);
98+
9399
console.log(
94100
chalk.blue(
95-
"You can create a token on",
101+
"Don't have a token? Create one at",
96102
chalk.bold("https://cloud.digitalocean.com/account/api/tokens")
97103
)
98104
);

0 commit comments

Comments
 (0)