Skip to content

Commit 96987c7

Browse files
committed
add pushing progress
1 parent 1a70fc9 commit 96987c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/cmd/deploy.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ func readBuildLogs(ctx *cli.Context, app string, deploymentID int64) error {
232232
if !canceled.Load() {
233233
stopCh <- true
234234
}
235+
s.Start("Pushing...")
235236
}
236237
}
237238

@@ -250,6 +251,7 @@ func readBuildLogs(ctx *cli.Context, app string, deploymentID int64) error {
250251
}
251252

252253
if buildLogs.Deployment.Status == api.DeploymentStatusStarting && !starting {
254+
s.Success("Pushing OK")
253255
s.Start("Starting...")
254256
starting = true
255257
}

0 commit comments

Comments
 (0)