Skip to content

Commit

Permalink
Merge pull request #151 from vrobert78/fix_sync_symfonycache
Browse files Browse the repository at this point in the history
adding a --delete for the rsync to avoid keeping obsolete files
  • Loading branch information
shyim authored Jan 7, 2025
2 parents 77cb829 + e18f25c commit e3bbf7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shopware/paas-meta/6.5/.platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
set -e
echo "Syncing files created during the build in the mounts"
rsync -av "${PLATFORM_APP_DIR}/RO-localCache/" "${APP_CACHE_DIR}/"
rsync -av --delete "${PLATFORM_APP_DIR}/RO-localCache/" "${APP_CACHE_DIR}/"
rsync -av "${PLATFORM_APP_DIR}/RO-var/" "${PLATFORM_APP_DIR}/var/"
echo "Create Dompdf working directories and sync fonts from the vendor folder"
Expand Down
2 changes: 1 addition & 1 deletion shopware/paas-meta/6.6/.platform/applications.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
set -e
echo "Syncing files created during the build in the mounts"
rsync -av "${PLATFORM_APP_DIR}/RO-localCache/" "${APP_CACHE_DIR}/"
rsync -av --delete "${PLATFORM_APP_DIR}/RO-localCache/" "${APP_CACHE_DIR}/"
rsync -av "${PLATFORM_APP_DIR}/RO-var/" "${PLATFORM_APP_DIR}/var/"
echo "Create Dompdf working directories and sync fonts from the vendor folder"
Expand Down

0 comments on commit e3bbf7e

Please sign in to comment.