neolee98
PROOP
a month ago
Build Failed: build daemon returned an error < failed to solve: failed to resolve source metadata for ghcr.io/railwayapp/railpack-frontend:v0.27.0: failed to authorize: failed to fetch oauth token: unexpected status from GET request to https://ghcr.io/token?scope=repository%3Arailwayapp%2Frailpack-frontend%3Apull&service=ghcr.io: 502 Bad Gateway:
... (54634 bytes truncated) >10 Replies
a month ago
Try redeploying the service.
a month ago
Could've been a one off thing. I was able to pull that image just fine locally.
a month ago
What do you mean?
so when auto redeploy from github push, serviceA wait for serviceB before rebuild
a month ago
I'd suggest building a custom CI/CD pipeline that waits for service B to finish deploying, as well as disabling automatic deployments on service A.
a month ago
Yes, via Github Actions.
You can also use Railway's webhooks to call Railway functions to trigger a deployment.