Skip to content

Commit

Permalink
version 1.0.4 import
Browse files Browse the repository at this point in the history
  • Loading branch information
ElayGelbart committed Dec 28, 2021
1 parent 06a7de8 commit e51d13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 } : {}
Expand Down

0 comments on commit e51d13e

Please sign in to comment.