Fix rsync permission denied by specifying admin user
- Explicitly specify admin@HOST in rsync command - Ensure proper user authentication for file transfer - Fixes Permission denied error during rsync step 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
f553408cc4
commit
f90cbe3e86
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
- name: Rsync to NAS
|
||||
run: |
|
||||
rsync -avz -e "ssh -p ${{ secrets.NAS_PORT }}" ./ \
|
||||
${{ secrets.NAS_USER }}@${{ secrets.NAS_HOST }}:/volume1/homes/admin/nginx-infra/
|
||||
admin@${{ secrets.NAS_HOST }}:/volume1/homes/admin/nginx-infra/
|
||||
|
||||
- name: Remote docker-compose up
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user