Skip to content

Commit 264d4a4

Browse files
authored
chore: 프론트 자동배포 프로젝트 경로 수정
1 parent 06dd681 commit 264d4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/frontend-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
ssh -i /tmp/deploy_key.pem -o StrictHostKeyChecking=no ${{ secrets.SSH_USER }}@${{ secrets.SERVER_IP }} << EOF
2828
echo "Connected to the server"
29-
cd /refactor-web14-betting-duck
29+
cd /root/refactor-web14-betting-duck
3030
git pull origin dev
3131
docker exec betting_duck_app sh -c "cd /app/frontend && pnpm install && pnpm build"
3232
EOF

0 commit comments

Comments
 (0)