Compare commits
No commits in common. "3b15fc8b172306203b0e0293c491b85cab2d34b3" and "9d9f8f35ca8538b6ff3cd2dd1ec126278ce59e9f" have entirely different histories.
3b15fc8b17
...
9d9f8f35ca
|
|
@ -1 +0,0 @@
|
||||||
// CI/CD test
|
|
||||||
|
|
@ -1,24 +0,0 @@
|
||||||
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