KiLo89
Deployment Failed during build process
Brody, I am so confused. I thought you said using a Dockerfile would be straight forward? If the build log says Gunicorn is installed, but deploy log says it can’t find Gunicorn… so what should I do? I’ve been working on this Dockerfile method for weeks, should I try going back to Nixpack? Do you have a successful working dockerfile for a python/django application that I can copy? I’m totally lost. I need some direction from you or one of your colleagues.
73 replies
Deployment Failed during build process
If it's exiting with an error wouldn't the build or deploy logs show that. Everything looks good. You said going "Dockerfiles complicated, please don't overthink this" but I have worked on this for days with no real progress.
73 replies
Deployment Failed during build process
Brody, I did the migrate and makemigrations then git push to Github
-iMac equick % python3 manage.py makemigrations
No changes detected
(equick) iMac equick % python3 manage.py migrate
Operations to perform: Apply all migrations: account, admin, auth, contenttypes, datainput, django_summernote, djstripe, idea, login_history, posts, sessions, sites, subscribers, user_accounts Running migrations: No migrations to apply.
Operations to perform: Apply all migrations: account, admin, auth, contenttypes, datainput, django_summernote, djstripe, idea, login_history, posts, sessions, sites, subscribers, user_accounts Running migrations: No migrations to apply.
73 replies
Deployment Failed during build process
I did the makemigrations and migrate:
railway run python manage.py migrate
Select a service to pull variables from webOperations to perform: Apply all migrations: account, admin, auth, contenttypes, datainput, django_summernote, djstripe, idea, login_history, posts, sessions, sites, subscribers, user_accounts Running migrations: Applying django_summernote.0003_alter_attachment_id... OK Looking good? Run
railway up
to deploy your changes!
I did a redeploy, and still getting "Application failed to respond"73 replies