Preparing Deployment with GitLab CI/CD and Deployer
Wolfgang Wagner
Show in appBeschreibung
Configuring deployment pipelines using GitLab CI/CD and Deployer involves creating specific .gitlab-ci.yml configurations, selecting the appropriate Docker image, installing required packages and PHP extensions, and defining tasks such as Composer installations and Deployer usage.
Ziele
- I know how to create and configure .gitlab-ci.yml files for TYPO3 deployments.
- I can choose and use suitable Docker images for PHP-based deployments.
- I understand the role of Composer and Deployer in the deployment process.
- I can set up necessary pre-deployment shell commands within GitLab CI/CD.