Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(.github/workflows/staging.yml): transition from Docker build to …
…composite deployment workflow This change updates the GitHub Actions workflow for the staging environment by replacing the Docker build and push jobs with composite deployment jobs. This allows for a more integrated deployment process that includes additional deployment parameters such as cluster configuration and environment specifics. The update ensures that the deployment process is more aligned with the infrastructure and deployment strategies, such as using Kubernetes clusters and managing environments more effectively. This change also introduces dependencies between jobs to ensure that deployments are executed in the correct order, enhancing the reliability of the deployment process.
- Loading branch information