Skip to content

Commit

Permalink
fix: Fixed redis-cli path
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Sep 26, 2023
1 parent 091a006 commit 8b9f6b8
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ pre_install_actions:

# list of files and directories listed that are copied into project .ddev directory
project_files:
- docker-compose.redis.yaml
- redis/scripts/settings.ddev.redis.php
- redis/scripts/setup-drupal-settings.sh
- redis/redis.conf
- commands/redis/redis-cli
- docker-compose.redis.yaml
- redis/scripts/settings.ddev.redis.php
- redis/scripts/setup-drupal-settings.sh
- redis/redis.conf
- commands/redis/redis

# List of files and directories that are copied into the global .ddev directory
global_files:

post_install_actions:
- |
#ddev-nodisplay
#ddev-description:Install redis settings for Drupal 9+ if applicable
redis/scripts/setup-drupal-settings.sh
- |
#ddev-nodisplay
#ddev-description:Install redis settings for Drupal 9+ if applicable
redis/scripts/setup-drupal-settings.sh
removal_actions:
- |
#ddev-nodisplay
#ddev-description:Remove redis settings for Drupal 9+ if applicable
rm -f "${DDEV_APPROOT}/${DDEV_DOCROOT}/sites/default/settings.ddev.redis.php"
- |
#ddev-nodisplay
#ddev-description:Remove redis settings for Drupal 9+ if applicable
rm -f "${DDEV_APPROOT}/${DDEV_DOCROOT}/sites/default/settings.ddev.redis.php"

0 comments on commit 8b9f6b8

Please sign in to comment.