X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-core%2Fdist%2Fchain%2Fsite-install-placeholers-env.yml;fp=vendor%2Fdrupal%2Fconsole-core%2Fdist%2Fchain%2Fsite-install-placeholers-env.yml;h=6dccbde68054fe88a2070ceaa1d1bd2438de7b78;hp=0000000000000000000000000000000000000000;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/drupal/console-core/dist/chain/site-install-placeholers-env.yml b/vendor/drupal/console-core/dist/chain/site-install-placeholers-env.yml new file mode 100644 index 000000000..6dccbde68 --- /dev/null +++ b/vendor/drupal/console-core/dist/chain/site-install-placeholers-env.yml @@ -0,0 +1,21 @@ +command: + name: site:install:env + description: 'Install site using environment placeholders' +commands: + # Install Drupal + - command: site:install + options: + langcode: en + db-type: '{{ env("DATABASE_TYPE") }}' + db-host: '{{ env("DATABASE_HOST") }}' + db-name: '{{ env("DATABASE_NAME") }}' + db-user: '{{ env("DATABASE_USER") }}' + db-pass: '{{ env("DATABASE_PASSWORD") }}' + db-port: '{{ env("DATABASE_PORT") }}' + site-name: 'Drupal 8 site' + site-mail: admin@example.org # default email + account-name: admin # default account + account-mail: admin@example.org # default email + account-pass: admin # default pass + arguments: + profile: 'standard'