📄️ Craft Docker Deploy
The ansible-craft-docker-deploy job is used to deploy Craft CMS applications to Docker hosts using Ansible. It manages Docker container deployments on remote servers.
📄️ Craft VM Deploy
The ansible-craft-vm-deploy job is used to deploy Craft CMS applications to virtual machines using Ansible. It deploys application files extracted from Docker containers to VM-based hosting.
📄️ GitOps and Value Sync
The gitops-update-values-and-sync job is used to update GitOps repositories with new image tags and commit information, then synchronize Argo CD applications. It follows GitOps principles by updating configuration in Git and triggering deployments.
📄️ Deploy
Documentation about deployment jobs for the Welance platform CI/CD pipelines.
📄️ Kubernetes Deploy
The Kubernetes deployment jobs are used to deploy applications to Kubernetes clusters using Helm charts from the Welance charts repository. These jobs support multiple application types with environment-specific configurations.
📄️ NPM Deploy
The npm-deploy jobs are template jobs for deploying Node.js/npm applications. These jobs provide a foundation that can be extended with specific deployment logic.
📄️ RSync Deploy Mittwald
The ansible-craft-deploy job is used to deploy Craft CMS applications to Mittwald hosting using Ansible and rsync. It synchronizes application files to Mittwald servers via SSH.
📄️ S3 Deploy
The deploy-s3 job is used to deploy static files to Amazon S3 or S3-compatible storage. It synchronizes files from a build directory to an S3 bucket.