Fix server path to /home/bini/project/bini-shorts-maker
Some checks failed
Deploy to Server / deploy (push) Has been cancelled

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
kihong.kim
2026-01-04 19:08:41 +09:00
parent 40d7512e44
commit e442eb0168
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ jobs:
key: ${{ secrets.SERVER_SSH_KEY }}
port: ${{ secrets.SERVER_PORT }}
script: |
cd /home/bini/shorts-maker
cd /home/bini/project/bini-shorts-maker
echo "=== Pulling latest code ==="
git fetch origin