align inventory template
This commit is contained in:
parent
d74ba6bb54
commit
5bf4563166
@ -29,14 +29,12 @@ hosts:
|
|||||||
production:
|
production:
|
||||||
<<: *base
|
<<: *base
|
||||||
branch: rel_7.0.x
|
branch: rel_7.0.x
|
||||||
db_name: myProdDatabase # optional for database actions
|
|
||||||
labels:
|
labels:
|
||||||
role: production # production | stage | development
|
role: production # production | stage | development
|
||||||
|
|
||||||
development:
|
development:
|
||||||
<<: *base
|
<<: *base
|
||||||
branch: dev_7.1.x
|
branch: dev_7.1.x
|
||||||
db_name: myDevDatabase # optional for database actions
|
|
||||||
keep_releases: 1
|
keep_releases: 1
|
||||||
composer_options: --verbose --prefer-dist --no-progress --no-interaction # without no-dev option
|
composer_options: --verbose --prefer-dist --no-progress --no-interaction # without no-dev option
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user