My service uses github deployment method, building with a Dockerfile, and Autodeploy=true. I’d like to exclude certain file(s) in the repo from triggering the autodeploy. How can I do this? I want to keep autodeploy=true to catch repo changes on other files, but ignore the excluded files.
Hi @Scott_Feldman,
Unfortunately, it’s not possible yet but as a workaround, you can disable auto-deploy and trigger the deployment manually within a CI job using Koyeb CLI or API. This way you will have full control but it will require a bit more work to set it up.
You can subscribe to this feature to receive updates: