Compare commits
7 Commits
9d9f8f35ca
...
3b15fc8b17
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b15fc8b17 | ||
|
|
5251ead1ff | ||
|
|
fc0203c4f0 | ||
|
|
6ba5a7e255 | ||
| e4c5432f47 | |||
|
|
1cffd1f4c9 | ||
|
|
77714c101b |
1
backend/index.js
Normal file
1
backend/index.js
Normal file
|
|
@ -0,0 +1 @@
|
|||
// CI/CD test
|
||||
24
ecosystem.config.js
Normal file
24
ecosystem.config.js
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'aeroecho-backend',
|
||||
cwd: './backend',
|
||||
script: 'npm',
|
||||
args: 'start',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 3001
|
||||
}
|
||||
},
|
||||
{
|
||||
name: 'aeroecho-frontend',
|
||||
cwd: './frontend',
|
||||
script: 'npm',
|
||||
args: 'start',
|
||||
env: {
|
||||
NODE_ENV: 'production',
|
||||
PORT: 3000
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
Loading…
Reference in New Issue
Block a user