Update rsync target to Caddy webroot on analytic
Some checks failed
Deploy Lakehouse Docs / build-and-deploy (push) Failing after 1m34s
Lint & Format Check / Link Check (push) Successful in 4s
Lint & Format Check / Format Check (styler) (push) Successful in 14s
R Package Tests / test (push) Successful in 53s

Change TARGET_DIR from the project docs/ path on smaug to /var/www/docs/
on analytic, where the Caddy gateway serves docs.robwiederstein.org.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-23 05:34:06 -05:00
parent b482f0b496
commit 8b8df74a9f

View File

@@ -56,7 +56,7 @@ jobs:
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
SERVER_IP: ${{ secrets.DEPLOY_SERVER_IP }}
SERVER_USER: ${{ secrets.DEPLOY_SERVER_USER }}
TARGET_DIR: /data/projects/bank-fraud-baf-lakehouse/docs/
TARGET_DIR: /var/www/docs/
run: |
# Setup SSH key
mkdir -p ~/.ssh