Skip to content

Commit

Permalink
[TASK] Circumvent possible ddev-pull failure
Browse files Browse the repository at this point in the history
…in case composer install has been forgotten
  • Loading branch information
bnf committed Apr 6, 2024
1 parent d476d06 commit 1bc6e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ddev/providers/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ files_import_command:
service: web
command: |
set -eu -o pipefail
mkdir -p /var/www/html/public/fileadmin/
rsync -avz --delete "${checkout_dir}/team${team}surfcamptypo3com/files/public/fileadmin/" /var/www/html/public/fileadmin/

0 comments on commit 1bc6e87

Please sign in to comment.