📄️ Initial Deploy
After all pre-required steps are done you can deploy your stack by running the Deploy Github Action.
📄️ Enabling Automatic Pipeline Execution on PR Merge
To enable the deployment pipeline to run automatically when a Pull Request (PR) is merged into the main branch, you need to uncomment specific lines in the .github/workflows/deploy.yaml file. Locate the following section:
📄️ Destroy
To destroy the infrastructure, you need to run the destroy pipeline. This action will remove all resources; however, please be aware that the pipeline will fail if delete protection is enabled for the data volumes. In such cases, if you run the deploy pipeline, your data stored in those protected volumes will remain intact.