📄️ 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:
📄️ Backup & Restore
Backup
📄️ Upgrade Module
You can find the released versions of the module, along with their release notes, at this link. It is essential to read the release notes carefully before upgrading to a new version, as updates may introduce breaking changes.
📄️ Upgrade Host OS
Major & Minor Releases
📄️ 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.