Skip to content

Commit

Permalink
nginx deploy update
Browse files Browse the repository at this point in the history
  • Loading branch information
pantheredeye committed Nov 23, 2024
1 parent 2098acf commit 4cfbaf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sides = ["api","web"]
packageManagerCommand = "yarn"
monitorCommand = "pm2"
path = "/var/www/swppptop"
processNames = ["serve"]
processNames = ["api"]
repo = "[email protected]:pantheredeye/swpppTop.git"
branch = "main"
keepReleases = 5
Expand Down
6 changes: 3 additions & 3 deletions ecosystem.config.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module.exports = {
apps: [
{
name: 'serve',
name: 'api',
cwd: 'current',
script: 'node_modules/.bin/rw',
args: 'serve',
args: 'serve api',
instances: 'max',
exec_mode: 'cluster',
wait_ready: true,
listen_timeout: 10000,
},
],
}
}

0 comments on commit 4cfbaf2

Please sign in to comment.