Question
DigitalOcean App Platform deployments - force build backend component service first and frontend component service after.
I have application with two web service components - frontend and backend.
When I push changes to my branch project is automatically redeployed.
How can I force to rebuild backend first and frontend later, because frontend depends on backend.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×