config: application: my.shop.com keep_releases: 5 repository: gitfhfac@git.d3data.de:Customers/my.shop.com.git bin/php: /usr/local/php8.2/bin/php .base: &base local: true deploy_path: /home/XXX/{{application}}_{{alias}} shared_files: - .htpasswd - .env # otherwise source/config.inc.php shared_dirs: - source/sitemaps - source/export - source/log - source/import - source/out/downloads - source/out/media - source/out/pictures copy_dirs: - var hosts: production: <<: *base roles: production branch: rel_7.0.x development: <<: *base roles: development branch: dev_7.1.x keep_releases: 1 composer_options: --verbose --prefer-dist --no-progress --no-interaction # without no-dev option