Skip to content

Console Output

+ echo Checking container status...
Checking container status...
+ docker ps
+ grep juntete
6f19e34a1c52   juntete-deploy-frontend                "docker-entrypoint.s…"   39 seconds ago   Up 34 seconds           0.0.0.0:3000->3000/tcp, [::]:3000->3000/tcp                                                juntete-deploy-frontend-1
008d8403e9fb   juntete-deploy-backend                 "uvicorn app.main:ap…"   45 seconds ago   Up 37 seconds           0.0.0.0:8000->8000/tcp, [::]:8000->8000/tcp                                                juntete-deploy-backend-1
+ echo Checking backend health...
Checking backend health...
+ wget -q --spider http://localhost:8000/health
/var/jenkins_home/workspace/juntete-deploy@tmp/durable-0e044056/script.sh.copy: 8: wget: not found
+ echo Backend health check failed (might still be starting)
Backend health check failed (might still be starting)
+ echo Checking frontend health...
Checking frontend health...
+ wget -q --spider http://localhost:3000/juntete
/var/jenkins_home/workspace/juntete-deploy@tmp/durable-0e044056/script.sh.copy: 12: wget: not found
+ echo Frontend health check failed (might still be starting)
Frontend health check failed (might still be starting)
+ echo Deployment completed!
Deployment completed!