Hey there,
I’m trying to deploy with superfly/flyctl-actions@master. My app has been deploying perfectly with this setup so far, but today I keep getting this error at the end of the process, when trying to release:
ERROR: failed to launch: determine start command: when there is no default process a command is required
(adding some stuff before the error for context)
Recent Events
TIMESTAMP TYPE MESSAGE
2022-01-21T14:09:10Z Received Task received by client
2022-01-21T14:09:10Z Task Setup Building Task Directory
2022-01-21T14:09:48Z Started Task started by client
2022-01-21T14:09:50Z Terminated Exit Code: 82
2022-01-21T14:09:50Z Restarting Task restarting in 1.107794263s
2022-01-21T14:09:56Z Started Task started by client
2022-01-21T14:09:58Z Terminated Exit Code: 82
2022-01-21T14:09:58Z Restarting Task restarting in 1.164060929s
2022-01-21T14:10:05Z Started Task started by client
2022-01-21T14:09:48.000 [info] 2022/01/21 14:09:48 listening on [fdaa:0:2dc7:a7b:28df:3be6:763e:2]:22 (DNS: [fdaa::3]:53)
2022-01-21T14:09:48.000 [info] ERROR: failed to launch: determine start command: when there is no default process a command is required
I’m running a node app using heroku/buildpacks:20
.
Is there anything new that I need to add to my project, like a Dockerfile?
I’m not sure if it’s related or not, but the end of the job says “Failed due to unhealthy allocations”.
Many thanks if someone can help me out with this!!