crspy
HOBBYOP
2 years ago
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
2 years ago
@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.