Skip to content

Commit

Permalink
Fix exclusion of test PHP files
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpayton committed Dec 3, 2024
1 parent 741d8b8 commit 1126a3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-cors-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ jobs:
# CORS proxy files
rsync --verbose --archive --compress -e "ssh -i ~/.ssh/id_ed25519" \
--include '*/' --exclude 'tests/' --include '*.php' --exclude '*' \
--delete --prune-empty-dirs \
--exclude 'tests/' --include '*/' --include '*.php' --exclude '*' \
--delete --delete-excluded --prune-empty-dirs \
packages/playground/php-cors-proxy/ \
${{ secrets.DEPLOY_CORS_PROXY_TARGET_USER }}@${{ secrets.DEPLOY_WEBSITE_TARGET_HOST }}:'~/updated-proxy-files'
Expand Down

0 comments on commit 1126a3c

Please sign in to comment.