royanger
Explore posts from serversRRailway
•Created by royanger on 9/3/2024 in #✋|help
This PR was not deployed automatically
I have a team member who had a different email set as their primary in GitHub, and their PRs are getting the following error. They have updated GitHub so the primary email is the same as their email in Railway, but the PR is still not get generating a preview deployment. Closing and reopening the PR did not resolve it.
Is there anyway to resolve this without closing the PR and creating a new one?
"This PR was not deployed automatically as @issuedat does not have access to the Railway project."
4 replies
RRailway
•Created by royanger on 8/19/2024 in #✋|help
Environment Variables are returning undefined
I started getting this issue several days ago but I hadn't had time to look into it until now. Suddenly all builds are failing for either service in the project indicating that the env vars are not valid.
I ended up adding the following to one of the apps to see what was happening:
In the deploy logs I see the following:
If I check the Settings -> Variables section for one of the PRs that are failing with this issue all 16 variables are present with values.
The only things that I recall changing around that time were upgrading
bun
which runs the two Discord bots but I're tried downgrading that, and that I deleted the staging
branch from the repo but kept the environment in Railway.13 replies
RRailway
•Created by royanger on 1/2/2024 in #✋|help
One service is not deploying with new GitHub merges
I have a Railway app with two services (both discord bots) from the same monorepo. Earlier today both services (bots) redeployed fine when there was a merges to the configured GitHub branch. Just now I merged other changes and one bot did not redeploy as expected while the second one redeployed as expected.
The bot that not redeploy did have codes changes inside of its watched directory, but just failed to do anything. Both bots are from the same monorepo, and from the same GitHub repo.
Is there anyway to force the service to redeploy using the new merged code?
11 replies