W
Wasp4mo ago
sachdva

Railway Deployment as Github Action

Anyone have a railway github action?
6 Replies
kapa.ai
kapa.ai4mo ago
Hi @A³Learn. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave: ---------------------- There is no official Wasp-specific Railway GitHub Action documented in the knowledge sources. However, there are some relevant pointers: - There is a community effort to streamline Railway deployments for Wasp, including a discussion about one-line deployments and CI/CD improvements, but no ready-to-use GitHub Action is provided in the docs or issues. The Wasp team is working on better Railway integration, as referenced in this PR and related issues, but it is not yet released as a GitHub Action or workflow template for Railway deployments Support one-line deployments to Railway, fully featured. - For general deployment automation, you might look at the wasp-lang/deploy-action repository, which was mentioned in a related discussion, but it is not specifically tailored for Railway and may require adaptation for your use case Implement a Wasp Github CI Action. In summary:
There is no out-of-the-box Railway GitHub Action for Wasp at this time, but there are ongoing efforts and some community scripts you could adapt. If you need a Railway deployment in CI, you will likely need to script it yourself using the Railway CLI within a GitHub Actions workflow. ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ---------------------- Sorry @A³Learn, I seem to be having a bit of trouble. Don't worry though, I've pinged my support and they will try to fix me up! :technologist: Perhaps try again in 15mins?
NEROX
NEROX4mo ago
hm, was also interested in this
genyus
genyus4mo ago
Gist
GitHub Actions workflow to deploy Wasp apps to Railway
GitHub Actions workflow to deploy Wasp apps to Railway - deploy.yml
sachdva
sachdvaOP4mo ago
will test out for you!
Filip
Filip4mo ago
@miho Tagging you here, you might have something to add.
miho
miho4mo ago
We don't have a Github Action ready yet, but we are working on supporting Railway in the Wasp CLI so - when we release that, we'll update our deploy action to also support Railway 🙂

Did you find this page helpful?