Z
Zerops2mo ago
Serhii

Monorepo filter

Is there a way to implement kind of "monorepo filter" so the server is not redeployed on each push to frontend?
2 Replies
Aleš
Aleš2mo ago
you have multiple options, when it comes to our GitHub integration the easiest way is to choose to trigger the pipeline on release/tag, instead of a push to branch, which allows you to insert a regex against which it will be checked, so you can do v1.0.0-frontend / v1.0.0-backend for example to only release frontend / backend for more complex setups you can use https://github.com/zeropsio/actions to trigger the pipeline from your own GitHub actions defined flow you can even host GitHub runners on Zerops (with scaling through zsc CLI to scale it down / up before / after the action to keep standby nodes as lightweight as possible)
Serhii
SerhiiOP2mo ago
thank you! those options should be just enough 🙏

Did you find this page helpful?

Monorepo filter - Zerops