Disable rebuild on environment variable change
Is there a flag somewhere to disable the trigger to rebuild when changing environment variables? When i initially setup a service im changing options quite a bit and the service continually tries to rebuild
Solution:Jump to solution
you do get a popup that asks you to cancel, but I understand the feeling and for this reason I like to not deploy straight from github / an image, I create an empty project and an empty service set all variables, healthchecks, etc, and once done the service setup I then add the repo or docker image in the source settings of the service
3 Replies
Solution
you do get a popup that asks you to cancel, but I understand the feeling and for this reason I like to not deploy straight from github / an image, I create an empty project and an empty service set all variables, healthchecks, etc, and once done the service setup I then add the repo or docker image in the source settings of the service
that seems like a better workflow
indeed!