Skip to content

Commit

Permalink
Prevents rsync from destroying files mounted from the local filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
kethr-lee committed Jan 23, 2024
1 parent 5c23a3e commit bc941d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ needs_install() {

install_app() {
# Install release folders in webroot
rsync -ar --delete-after ${release_target_folder}/html/ ${PLATFORM_HOME}/
rsync -ar ${release_target_folder}/html/ ${PLATFORM_HOME}/
#
## Configure platform environment ensure mysql connection and run migrations
#
Expand Down

0 comments on commit bc941d4

Please sign in to comment.