-
Notifications
You must be signed in to change notification settings - Fork 16
Troubleshooting
Cyril Rohr edited this page Feb 6, 2026
·
4 revisions
Common checks:
- Remove the label, wait for destroy, then re-label to start fresh.
- Increase
instance_typeif builds are memory-heavy. - Increase workflow
timeout-minutesif your stack boots slowly.
Useful runtime diagnostics:
- Review Action logs for heartbeat/SSH/compose output.
- SSH into instance and inspect Docker state:
ssh ec2-user@<ip>
docker ps -a
docker logs <container>If preview deploys but URL is not reachable:
- verify compose service health checks
- verify
ports/default_port - if using
proxy_tls, verify target mapping (proxy_tls: service:port)
If private images fail to pull:
- set
registriesinput - ensure token has pull rights for that registry