I have a pretty hefty build process on my app since it is Next.JS and it does a number of API calls to generate static sites, these API calls only need to run when my DB is updated which is twice every month. If I deploy any commit, I don’t want to rebuild my app and go through this long build process again, I only want to build when it is needed. Is this possible and if so how do I go about it? Build filters?
Hi Gustaf,
You should be able to disable the Auto-Deploy setting for the service and just manually deploy the service from the Dashboard as needed. Let me know if this suits your needs or if you have any additional questions.
Best,
I dont mind the deploys, it is the builds I want to avoid. When I deploy new small commits to my app I just want to push them up without rebuilding the app, is this possible?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.