Skip to content

Commit

Permalink
feat: updated deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
Homoakin619 committed Jul 23, 2024
1 parent 2b6c476 commit 282fe1f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
20 changes: 10 additions & 10 deletions dev-ecosystem-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"apps": [
{
"name": "team-alpha-dev",
"script": "npm run dev",
"log_file": "~/.pm2/logs/team-alpha-dev-out.log",
"combine_logs": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss Z"
}
]
}
"apps": [
{
"name": "team-alpha-dev",
"script": "npm run start:prod",
"log_file": "~/.pm2/logs/team-alpha-dev-out.log",
"combine_logs": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss Z"
}
]
}
20 changes: 10 additions & 10 deletions main-ecosystem-config.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"apps": [
{
"name": "team-alpha-prod",
"script": "npm run dev",
"log_file": "~/.pm2/logs/team-alpha-prod-out.log",
"combine_logs": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss Z"
}
]
}
"apps": [
{
"name": "team-alpha-prod",
"script": "npm run start:prod",
"log_file": "~/.pm2/logs/team-alpha-prod-out.log",
"combine_logs": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss Z"
}
]
}
2 changes: 1 addition & 1 deletion staging-ecosystem-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"apps": [
{
"name": "team-alpha-staging",
"script": "npm run dev",
"script": "npm run start:prod",
"log_file": "~/.pm2/logs/team-alpha-staging-out.log",
"combine_logs": true,
"log_date_format": "YYYY-MM-DD HH:mm:ss Z"
Expand Down

0 comments on commit 282fe1f

Please sign in to comment.