You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, it is necessary for us to secure a specific deployment order for some of our projects. Our network stack for example, needs to be fully deployed before any other microservice can link to it. We do this currently with the "dependsOn": ["@company/network#deploy"] property, but this results in a complete redeployment of all projects when something changes in the network project, which should not happen. Any ideas on this?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, it is necessary for us to secure a specific deployment order for some of our projects. Our network stack for example, needs to be fully deployed before any other microservice can link to it. We do this currently with the "dependsOn": ["@company/network#deploy"] property, but this results in a complete redeployment of all projects when something changes in the network project, which should not happen. Any ideas on this?
Beta Was this translation helpful? Give feedback.
All reactions