Commit 9c14f97
fix(bot): add explicit process command to fly.toml (#2017)
The Fly app was running the Probot CLI instead of the programmatic
server.ts because the Dockerfile CMD was being overridden. Adding
an explicit [processes] section ensures Fly uses the correct
entrypoint (node ./lib/server.js) which reads GITHUB_BOT_* env vars.
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 794359a commit 9c14f97
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
12 | 15 | | |
13 | 16 | | |
14 | 17 | | |
| |||
0 commit comments