We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b887247 commit 9ffc7c5Copy full SHA for 9ffc7c5
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Deploy to EC2
27
run: |
28
ssh -i ~/.ssh/ec2.pem ec2-user@YOUR_EC2_PUBLIC_IP << 'EOF'
29
- cd /path/to/your/project
+ cd ~/moving-be
30
git pull origin main # GitHub에서 최신 변경 사항을 pull
31
npm install # 필요에 따라 의존성 설치
32
npm run build
0 commit comments