Skip to content

Commit 9d0eb13

Browse files
committed
cicdtest3
1 parent c7d143a commit 9d0eb13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
ssh -o StrictHostKeyChecking=no -i private_key.pem ${USER}@${HOST} << 'EOF'
6262
set -e
6363
64-
64+
6565
# 가상환경 경로 설정
66-
VENV_PATH="/home/ubuntu/app/venv"
67-
APP_PATH="/home/ubuntu/app"
66+
VENV_PATH="/home/ubuntu/app/void-Filter/venv"
67+
APP_PATH="/home/ubuntu/app/void-Filter"
6868
6969
echo "📦 Pulling latest code..."
7070
cd ${APP_PATH}

0 commit comments

Comments
 (0)