We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9a2afb commit a7cbbd3Copy full SHA for a7cbbd3
2 files changed
.github/workflows/deploy.yml
ecosystem.config.js
@@ -0,0 +1,22 @@
1
+module.exports = {
2
+ apps: [
3
+ {
4
+ name: "backend",
5
+ script: "npm",
6
+ args: "run start", // Sadece start komutu
7
+ cwd: "/root/apps/validatier/backend",
8
+ env: {
9
+ NODE_ENV: "production",
10
+ }
11
+ },
12
13
+ name: "frontend",
14
15
16
+ cwd: "/root/apps/validatier/frontend",
17
18
19
20
21
+ ]
22
+ };
0 commit comments