Skip to content

Commit

Permalink
debug message when skipping deployment monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldwan committed May 18, 2021
1 parent 2f06aed commit 9f2b164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
"github.com/superfly/flyctl/internal/cmdutil"
"github.com/superfly/flyctl/internal/deployment"
"github.com/superfly/flyctl/internal/monitor"
"github.com/superfly/flyctl/terminal"
"golang.org/x/sync/errgroup"
)

Expand Down Expand Up @@ -240,6 +241,7 @@ func runDeploy(cmdCtx *cmdctx.CmdContext) error {
}

if release.DeploymentStrategy == "IMMEDIATE" {
terminal.Debug("immediate deployment strategy, nothing to monitor")
return nil
}

Expand Down

0 comments on commit 9f2b164

Please sign in to comment.