Skip to content

Commit

Permalink
Define missing SITE_API_BASE var
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 3, 2024
1 parent 6ffa940 commit 0accb46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/playground/php-cors-proxy-deployment/apply-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

set -euo pipefail

SITE_API_BASE="$( "$SITE_PHP" -r 'require "/scripts/env.php"; echo SITE_API_BASE;')"

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 0accb46

Please sign in to comment.