OXID-Deployer-Project/inventory.yml.dist

42 lignes
1.1 KiB
Plaintext
Brut Vue normale Historique

config:
application: my.shop.com
keep_releases: 5
2024-10-30 15:59:00 +01:00
repository: git@github.com:Customers/my.shop.com.git
bin/php: /usr/local/php8.2/bin/php
2024-10-16 23:22:22 +02:00
bin/mysql: /usr/local/mysql/bin/mysql
2024-10-29 11:28:04 +01:00
bin/mysqldump: /usr/local/mysql/bin/mysqldump
2024-10-17 08:52:03 +02:00
# bin/composer: /usr/local/php8.1/bin/php /home/phfhcwoc/bin/composer.phar # optional for custom composer version
.base: &base
local: true
deploy_path: /home/XXX/{{application}}_{{alias}}
shared_files:
- .htaccess
- .htpasswd
2024-10-17 08:50:46 +02:00
- .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
branch: rel_7.0.x
2024-10-16 23:22:22 +02:00
labels:
2024-10-17 08:50:46 +02:00
role: production # production | stage | development
development:
<<: *base
branch: dev_7.1.x
keep_releases: 1
composer_options: --verbose --prefer-dist --no-progress --no-interaction # without no-dev option
2024-10-16 23:22:22 +02:00
labels:
role: development