spidertwin2
Explore posts from serversUsing railway in bitbucket-pipelines.yml
Hello,
How should I use railway CLI commands with bitbucket pipelines? My
bitbucket-pipelines.yml
file has this step:
- step:
name: Deploy to railway
script:
- yarn add @railway/cli
- railway login
- railway environment development
- railway up
But how willrailway login
work in this case?11 replies
Unable to use railway up
I am unable to deploy my project using
railway up
.
railway login
is giving error Response not successful status=400
railway link
is giving error There was a problem fetching your projects. One of our trains probably derailed!
projectId: 91a9925e-cbfe-47d3-ac21-743ff8a4e3fa
Thanks 🙏3 replies