I am getting this error whenever I try to deploy my project:
Deployment 2 enqueued
Starting deployment
Fetching from github.com/fccoelho/ai4write
Checked out commit 0b01a362c31afccf0d82d8e28b1dc97753afb692
Deployment failed
Restoring previous deployment
But I cannot figure out why it is failing. The Dockerfile builds normally in my dev computer, the app alsso runs without errors
Another weird thing is that I can't access the logs. (maybe that's because my container is not running.)
I have already determined that the container is not running by logging into the server and running docker ps. The only containers running are these:
295bcdd5bc26 letsdiscodev/daemon:latest "uvicorn disco.app:a…" 37 minutes ago Up 37 minutes disco.1.ctilpz2yoe9ojn1vyss2guobn
5d223066cf97 caddy:2.9.1 "caddy run --resume …" 37 minutes ago Up 37 minutes 0.0.0.0:80->80/tcp, [::]:80->80/tcp, 0.0.0.0:443->443/tcp, [::]:443->443/tcp, 0.0.0.0:443->443/udp, [::]:443->443/udp, 2019/tcp disco-caddy
I am getting this error whenever I try to deploy my project:
But I cannot figure out why it is failing. The Dockerfile builds normally in my dev computer, the app alsso runs without errors
Another weird thing is that I can't access the logs. (maybe that's because my container is not running.)
I have already determined that the container is not running by logging into the server and running docker ps. The only containers running are these: