From e442eb0168f5e86d070bf53a08c6959c2bc2c4e3 Mon Sep 17 00:00:00 2001 From: "kihong.kim" Date: Sun, 4 Jan 2026 19:08:41 +0900 Subject: [PATCH] Fix server path to /home/bini/project/bini-shorts-maker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .gitea/workflows/deploy.yaml | 2 +- deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index ac539e9..a5bda68 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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 diff --git a/deploy.sh b/deploy.sh index 4767143..787a12b 100644 --- a/deploy.sh +++ b/deploy.sh @@ -5,7 +5,7 @@ set -e # Configuration -APP_DIR="/home/bini/shorts-maker" +APP_DIR="/home/bini/project/bini-shorts-maker" LOG_FILE="/var/log/shorts-maker-deploy.log" COMPOSE_FILE="docker-compose.yml"