auto-sync: 2026-06-08 08:03:40
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions

This commit is contained in:
cfdaily
2026-06-08 08:03:40 +08:00
parent 6dc029ad54
commit 009184a28e
+12
View File
@@ -0,0 +1,12 @@
module.exports = {
apps: [{
name: "sanguo-moziplus-v2",
script: "/usr/bin/python3",
args: "-m uvicorn src.main:app --host 0.0.0.0 --port 8083",
cwd: "/Users/chufeng/.sanguo_projects/sanguo_moziplus_v2",
env: {
GITEA_WEBHOOK_SECRET: "22760993dff898a190731da43aa8d964",
GITEA_TOKEN: "a6d596b826f4bfeaf983ef4d25ac25dab95bbc4e"
}
}]
}