Avoid automatic deploy if commit message starts with certain text
How could I make railway avoid doing an automatic deploy if the commit message starts, for example, with "[no-deploy]"?
Solution:Jump to solution
At this time you can’t. The way to avoid automatic deploys would be to use the CLI with
railway up
when you are ready to deploy, or by using another branch not set for deploy triggers8 Replies
Project ID:
N/A
N/A
Solution
At this time you can’t. The way to avoid automatic deploys would be to use the CLI with
railway up
when you are ready to deploy, or by using another branch not set for deploy triggersI understand. Thanks for your quick response!
if they move to using github actions they can
That’s true. I didn’t think about that. Depends on the skill level and desired amount of work to put in
👍 thank you so much