diff --git a/src/controller/instances/deploy.ts b/src/controller/instances/deploy.ts index 19192660c..9b5ee3e72 100644 --- a/src/controller/instances/deploy.ts +++ b/src/controller/instances/deploy.ts @@ -54,6 +54,7 @@ export default async function (options: InstancesDeployOptions) { } else { await orchestrator.continue(instance, {verbose: options.verbose}) } + break } catch (e) { // Throw in final run if (remaining === 1) throw e