Skip to content

Commit 9ffc7c5

Browse files
authored
Update main.yml
1 parent b887247 commit 9ffc7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Deploy to EC2
2727
run: |
2828
ssh -i ~/.ssh/ec2.pem ec2-user@YOUR_EC2_PUBLIC_IP << 'EOF'
29-
cd /path/to/your/project
29+
cd ~/moving-be
3030
git pull origin main # GitHub에서 최신 변경 사항을 pull
3131
npm install # 필요에 따라 의존성 설치
3232
npm run build

0 commit comments

Comments
 (0)