Skip to content

Commit

Permalink
Fix typo in apply-update.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 6, 2024
1 parent 44f14e1 commit aef1e9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SITE_API_BASE="$( "$SITE_PHP" -r 'require "/scripts/env.php"; echo SITE_API_BASE

echo Adding config file to updated proxy files
cp ~/cors-proxy-deployment/cors-proxy-config.php ~/updated-proxy-files/
cp -R ~/updated-proxy-files/__wp__ ~/updated-proxy-files/
cp -R ~/cors-proxy-deployment/__wp__ ~/updated-proxy-files/

echo Syncing staged files to production
rsync -av --delete --no-perms --omit-dir-times ~/updated-proxy-files/ /srv/htdocs/
Expand Down

0 comments on commit aef1e9e

Please sign in to comment.