This content originally appeared on DEV Community and was authored by Bervianto Leo Pratama
My Workflow
Submission Category:
DIY Deployments
Yaml File or Link to Code
bervProject / railway-deploy
Github Action to Deploy App to Railway using Railway CLI
Railway Deploy Github Action
This action deploys your app to Railway using Railway CLI.
Inputs
railway_token
Optional Railway Token to deploy the app.
Outputs
status
Success/Failure result
Example usage
Using with
uses: bervProject/railway-deploy@main
with:
railway_token: ${ secret.RAILWAY_TOKEN }
Using env
uses: bervProject/railway-deploy@main
env:
RAILWAY_TOKEN: ${ secret.RAILWAY_TOKEN }
Additional Resources / Info
Example project that implement the bervproject/railway-deploy:
bervProject / MyPersonalWebAPI
Personal Web API using FeathersJS
MyPersonalWebAPI
Web API for Bervianto's Web
Build Status
Notes (Requirement for Development or Production)
- Using Dockerfile or Docker Compose
Please rename .env.example
into .env
and update secret keys
- Using Heroku
Update environment or config, using secret
and production
as keys and insert your value.
About
This project uses Feathers. An open source web framework for building modern real-time applications.
Changelog
Changelog here
License
Copyright (c) 2018
Licensed under the MIT license.
This content originally appeared on DEV Community and was authored by Bervianto Leo Pratama
Bervianto Leo Pratama | Sciencx (2021-11-20T05:10:10+00:00) Un-official Github Action for Deployment to Railway. Retrieved from https://www.scien.cx/2021/11/20/un-official-github-action-for-deployment-to-railway/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.