Skip to content

Commit

Permalink
Updating drush commands for correct site.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdyoung3 committed Jan 9, 2024
1 parent ffa1405 commit 0ad14f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ nfs_mount_enabled: false
mutagen_enabled: false
hooks:
post-import-db:
- exec: drush cim -y
- exec: drush cr
- exec: drush --uri=https://library.ddev.site cim -y
- exec: drush --uri=https://library.ddev.site cr
- exec: drush --uri=https://library.ddev.site uli

use_dns_when_possible: true
composer_version: "2"
web_environment: []
Expand Down

0 comments on commit 0ad14f2

Please sign in to comment.