Skip to content

Commit

Permalink
adding a --delete for the rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
vrobert78 committed Jan 7, 2025
1 parent 77cb829 commit e18f25c
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 e18f25c

Please sign in to comment.