Skip to content

Commit

Permalink
remove db-url stuff from default install hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Sep 14, 2023
1 parent db26717 commit 600d93a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions services/drupal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ apps:
devshop_app_command_install: >
drush site-install {{ drupal_install_profile | default('standard') }} -y
--root={{ devshop_app_git_document_root_path }}
--db-url={{ devshop_service_db_backend | default('mysql') }}://{{ devshop_service_db_user | default('drupal') }}:{{ devshop_service_db_password | default('drupal') }}@{{ devshop_service_db_host | default('localhost') }}/{{ devshop_service_db_name | default('drupal') }}
{{ drupal_site_install_extra_args | join(" ") }}
# The new "drush deploy" command includes all of these steps.
Expand All @@ -36,7 +34,6 @@ apps:
drush cache:rebuild
drush config:import --preview -y
drush cache:rebuild
drush deploy:hook
devshop_app_command_test: |
drush status
Expand Down

0 comments on commit 600d93a

Please sign in to comment.