Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/deploy-code-serverPublic template

Commit3e21762

Browse files
committed
specify provider
1 parent1750cc6 commit3e21762

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
exportconstdeployDigitalOcean=async()=>{
9191
letspinner: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 createa token on",
101+
"Don't havea token? Create one at",
96102
chalk.bold("https://cloud.digitalocean.com/account/api/tokens")
97103
)
98104
);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp