Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lbailey-ucsf authored Jul 12, 2024
1 parent 45e99ab commit 2088fab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .tugboat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- ln -snf "$TUGBOAT_ROOT" "${DOCROOT}"

- echo "php extensions"
- php -i
- php -m

- cp "${TUGBOAT_ROOT}/.tugboat/config.php" "${DOCROOT}/config.php"

Expand All @@ -37,9 +37,10 @@ services:

- pwd
- cd ${DOCROOT}
- pwd

# Install/update packages managed by composer, including drush.
- composer install --optimize-autoloader
- composer install --optimize-autoloader --ignore-platform-req=ext-zip --ignore-platform-req=ext-intl

#update:
# - cp "${TUGBOAT_ROOT}/.tugboat/config.php" "${DOCROOT}/config.php"
Expand Down

0 comments on commit 2088fab

Please sign in to comment.