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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy