GitHub Actions deploy failure
coopbri
PROOP

2 years ago

Using the GH Actions demo here: https://blog.railway.app/p/github-actions#lights,-camera,-action, I get

Run railway up
/home/runner/work/_temp/e3d563cb-b24e-404b-9356-546af609cf1b.sh: line 1: railway: command not found
Error: Process completed with exit code 127.

on the deploy step. railway bin is installed in the previous step so not sure what the issue is. Does anyone have an alternative GH Action manifest they use, or has had success with https://github.com/marketplace/actions/railway-deploy or similar?

7 Replies

maddsua
HOBBY

2 years ago

oh we had a thought about actually making a proper railway cli action for a long time now
the one you're referring to uses an old node version, maybe it's part of the problem
anyway, waiting for Brody to say his word on it


coopbri
PROOP

2 years ago

Oh!! Fair enough thanks for the heads up! That post is 3 years old too so i was taking a gamble anyways 😂


maddsua
HOBBY

2 years ago

yeah it is, more than that we have a docker image merged since dec but it's still have not been published 😀


maddsua
HOBBY

2 years ago

so that's what I do for now

1219361620992589800


maddsua
HOBBY

2 years ago

I'm saying this over and over again so that the team gets annoyed by me and finally publishes the image


coopbri
PROOP

2 years ago

LOL


coopbri
PROOP

2 years ago

Thanks for the workaround bro!


Loading...