How to skip deploying a commit

I have a web service (python flask). I want to push a commit, but I don’t want koyeb to deploy it. I want koyeb to skip it. Is this possible? For example, would adding “[skip]” in the commit name work?

Hi @devlocalhost,
It’s not possible to skip selected commits but you can disable autodeploy feature in App settings. Another workaround is to have a dedicated branch for deployments on which you push only the commits you intend to deploy.