3 days ago
Hi Railway Team,
I'm having an issue with my deployment where the release command in my Procfile is not being executed.
•Project ID: 680161f3-cdb4-4f9f-93e0-6d8ae7b58b2a
•Service Name: LekkerBill_Django_Clean
Summary: My Dockerfile builds are succeeding every time, but the deploy logs show the container starting and then nothing else. The release command is never run.
Debugging Steps Taken: To isolate the issue, I have already confirmed the following:
1.The problem is not my application code. We simplified the Procfile to release: echo "--- RELEASE PHASE IS RUNNING ---".
2.Even with this basic echo command, the message does not appear in the deploy logs. The logs remain empty after "Starting Container".
This proves that the platform is not executing the release phase for my service. Could you please check the configuration for this service to ensure the release phase is enabled and configured to run correctly?
Thank you for your help.
5 Replies
3 days ago
Hey there! We've found the following might help you get unblocked faster:
If you find the answer from one of these, please let us know by solving the thread!
3 days ago
the Railway bot did not help whatsoever
3 days ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 3 days ago
3 days ago
Can you provide the DockerFile code, and the public networking's snippet for the deployed Railway thing?
3 days ago
You can try adding a custom start command to your service or a pre deployment step to run it.
Attachments
Status changed to Solved brody • 2 days ago