hello railway#
Demo setup for Railway deployment for basic go app
setup up railway project and service then deploy once locally#
brew install railwayinstall the railway clirailway loginauthenticate the clirailway initset up a new projectrailway addset up new empty servicerailway updeploy your service
setup continuous deployments#
railway openopen the project console and create a project token- go to project architecture, select service, under variables open "8 variables added by Railway", copy RAILWAY_SERVICE_ID
- under your tangled repo settings, under pipelines, assign a tangled repo spindle add a pipeline secrets named RAILWAY_TOKEN and RAILWAY_SERVICE_ID
From here, pushes to the your Tangled repo's main branch/bookmark will trigger a Railway deployment