Skip to content

Commit

Permalink
fix: use exit code 0 in deploy script after successful deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 23, 2023
1 parent cc61280 commit 6da3e89
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,4 +372,6 @@ if (pm2NeverRan) {
} else {
await ssh.execCommand(`${envVariables} npx pm2 reload ${APP_NAME} --update-env`, {cwd: REMOTE_ROOT});
}
console.log("`Done!");
console.log("Done!");

process.exit(0);

0 comments on commit 6da3e89

Please sign in to comment.