Fix server path to /home/bini/project/bini-shorts-maker
Some checks failed
Deploy to Server / deploy (push) Has been cancelled
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:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
key: ${{ secrets.SERVER_SSH_KEY }}
|
key: ${{ secrets.SERVER_SSH_KEY }}
|
||||||
port: ${{ secrets.SERVER_PORT }}
|
port: ${{ secrets.SERVER_PORT }}
|
||||||
script: |
|
script: |
|
||||||
cd /home/bini/shorts-maker
|
cd /home/bini/project/bini-shorts-maker
|
||||||
|
|
||||||
echo "=== Pulling latest code ==="
|
echo "=== Pulling latest code ==="
|
||||||
git fetch origin
|
git fetch origin
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
APP_DIR="/home/bini/shorts-maker"
|
APP_DIR="/home/bini/project/bini-shorts-maker"
|
||||||
LOG_FILE="/var/log/shorts-maker-deploy.log"
|
LOG_FILE="/var/log/shorts-maker-deploy.log"
|
||||||
COMPOSE_FILE="docker-compose.yml"
|
COMPOSE_FILE="docker-compose.yml"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user