Railway API deployments
Is there a way to create deployments from github repositories via an API? I want to create an html form that deploys a project to Railway with the first form elements specifying the start command and the rest as environment variables. Is this possible? I saw a json file with a bunch of graphql specifications, but i dont know graphql and am looking for some help.
Also is there a way to specify a root directory for a railway project?
3 Replies
Project ID:
N/A
N/A
Please ping me when you respond (via a reply or an actual ping)
@Crspy - you would need to know some graphql as railway's API is only graphql, once you have the basics down you can watch your networking tab when making the needed actions in the dashboard.