Skip to content

Commit

Permalink
Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
liante0904 committed Jul 4, 2024
1 parent b53e833 commit 1b2a97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh -o StrictHostKeyChecking=no $SERVER_USER@$SERVER_HOST << 'EOF'
cd $PROJECT_DIR # 실제 배포할 프로젝트 경로
cd /home/ubuntu/dev/telegram-stock-info-noti-bot # 실제 배포할 프로젝트 경로
git pull origin master
source venv/bin/activate
# setup.sh 스크립트 실행
Expand Down

0 comments on commit 1b2a97f

Please sign in to comment.