hello world railway app
0

Configure Feed

Select the types of activity you want to include in your feed.

Go 100.0%
9 1 0

Clone this repository

https://tangled.org/softprops.tngl.sh/hello-railway https://tangled.org/did:plc:fjkjulpi7b7aqn7akal5d6wy
git@tangled.org:softprops.tngl.sh/hello-railway git@tangled.org:did:plc:fjkjulpi7b7aqn7akal5d6wy

For self-hosted knots, clone URLs may differ based on your setup.



README.md

hello railway#

Demo setup for Railway deployment for basic go app

setup up railway project and service then deploy once locally#

  • brew install railway install the railway cli
  • railway login authenticate the cli
  • railway init set up a new project
  • railway add set up new empty service
  • railway up deploy your service

setup continuous deployments#

  • railway open open 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