cli, gapi: Add more information that deploy is running

There can be a non-obvious pause, so give some hint here...
This commit is contained in:
James Shubin
2025-03-12 03:15:23 -04:00
parent 05306e3729
commit 37308b950b
2 changed files with 2 additions and 0 deletions

View File

@@ -260,6 +260,7 @@ func (obj *DeployArgs) Run(ctx context.Context, data *cliUtil.Data) (bool, error
return false, errwrap.Wrapf(err, "encoding error")
}
Logf("pushing...")
// this nominally checks the previous git hash matches our expectation
if err := simpleDeploy.AddDeploy(ctx, id, hash, pHash, &str); err != nil {
return false, errwrap.Wrapf(err, "could not create deploy id `%d`", id)