diff --git a/src/docker/main.ts b/src/docker/main.ts index fe89280..7cc58c2 100644 --- a/src/docker/main.ts +++ b/src/docker/main.ts @@ -10,7 +10,7 @@ const dockerDeploymentFn = (AppName: string) => { `heroku container:push web -a ${AppName}`, appDir ? { cwd: appDir } : {} ); - console.log("✅✅✅ pushed container successfully ✅✅✅"); + console.log("✅✅ pushed container successfully ✅✅"); execSync( `heroku container:release web -a ${AppName}`, appDir ? { cwd: appDir } : {}