25 Apr 2023

Deploy in Railway

#backend #deploy

To share our app with others, we need to deploy it. There are many ways to deploy our app, but one of the easiest services I have found is Railway.

Here is a quick guide to deploy your app in Railway.

  • Go to dashboard
  • Select deploy from github
  • Add variables, if any
  • Then go to settings tab
    • Select root directory
    • Add build command
    • Add sisdfsdftart command
  • Now deploy

Thats it! Now you can share the app using the domain from the settings tab.


Other Posts you may like

My First Open Source Contribution: A Small Fix That Taught Me a Lot
Building a Rails app with Supabase & Render
Simplifying popups using the Popover API