Cannot disable autodeploy
According to the documentation, there should be a
Disable Trigger
button below the connected branch. https://docs.railway.app/guides/github-autodeploys#disable-automatic-deployments
There is no such button in my UI. The service Settings UI doesn't even look like the one in the docs (outdated docs?)
project 932e529d-64ae-4125-ba4a-d08d41636904
service 4679a646-db20-4fd2-8176-a6f694fdbfb8Solution:Jump to solution
yes the UI has changed (I will bump this to the applicable person)
the
disable trigger
button has simply been renamed to disconnect
...7 Replies
Project ID:
932e529d-64ae-4125-ba4a-d08d41636904,4679a646-db20-4fd2-8176-a6f694fdbfb8
From what I can figure, the UI changed and that button is no longer available, what I would suggest for now is working on a seperate branch and then whenever you want to deploy you can just push to the branch you're using on Railway
Solution
yes the UI has changed (I will bump this to the applicable person)
the
disable trigger
button has simply been renamed to disconnect
Interesting, I thought it would keep the branch connected and turn into some sort of
Deploy!
button to allow for a manually triggered deploy. I just joined yesterday, so I didn't know what the behavior was before. Thanks.unfortunely there is no manual deploy button for some reason, even with the branch removed
New reply sent from Help Station thread:
Hello - So should be leave the service "disconnected" and then when we are ready to deploy, reconnect it again? - In a similar situation.You're seeing this because this thread has been automatically linked to the Help Station thread.
yep that's one way, another would be not pushing to main until you are ready to deploy, that's what i do