You are performing the cleanup so you don't have to pay for the cloud resources that you've deployed in your development or staging environments. Each situation is different and there might be a need to retain the resources deployed, but typically dev / testing resources are short lived due to the added cost.
thanks for this. The problem with this deployment is that youI can't change the website's content and keep the resources separate. Deploy.yml will deploy everything including all the resources every time you run this. I am running into the same problem. I want to separate resources and website content. Website content will be keep changing over the time that is the my use case, not sure if you can help.
This is such a great demo for someone that is diving deeper into CI/CD. Thank you
could you explain why are we doing the clean up?
You are performing the cleanup so you don't have to pay for the cloud resources that you've deployed in your development or staging environments. Each situation is different and there might be a need to retain the resources deployed, but typically dev / testing resources are short lived due to the added cost.
thanks for this. The problem with this deployment is that youI can't change the website's content and keep the resources separate. Deploy.yml will deploy everything including all the resources every time you run this. I am running into the same problem. I want to separate resources and website content. Website content will be keep changing over the time that is the my use case, not sure if you can help.
Usually organizations will have separate pipelines for managing infra and application deployment.
Nice bro . Your videos are very helpful for my learning.
nice one!
how to select different workspace and environment?
will make a video on this