Can i deploy from azure devops?
hbenvenutti
TRIALOP
2 years ago
My code base is on azure. I did not find anything about it in railway doc. Only github and git lab.
2 Replies
2 years ago
you would need to write some kind of action that utilises the railway cli to push your code to railway.
this is a guide for git lab, but the same idea would apply for azure DevOps https://blog.railway.app/p/gitlab-ci-cd
hbenvenutti
TRIALOP
2 years ago
Thank you!