Transactional deployments?
Are there transactional deployments? I would like all my containers to be on the same commit of my monorepo. Does this exist? If it doesn't, is it on the roadmap?
7 Replies
Project ID:
N/A
If you set your triggered deployments for your services to the monorepo, they will all trigger at the same time when you commit. What do you mean by transactional deployments?
transactional similar to a db term
if one of my containers fails to deploy, I want all of them to be held back from deploying
No, that is not possible on Railway atm. You can add a thread to #🤗|feedback and the team can take that into account
You can manually rollback your services, but that's not ideal
you also may be able to use the api, but it's not well documented
cc @Brody any ideas?
not possible natively and doing this yourself with the api would be quite involved
figured, for now we live life on the bleeding edge
staging and prod environments would be a solution