Skip to content

Commit

Permalink
Actions 수정 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
kih00 authored Jan 21, 2025
1 parent 64c7539 commit 391e989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
GOOGLE_REDIRECT_URI=1234" > .env

# 배포 스크립트 EC2로 전송
scp -i private_key.pem -o StrictHostKeyChecking=no deploy.sh ubuntu@${{ secrets.EC2_PUBLIC_IP }}:/home/ubuntu/
scp -i private_key.pem -o StrictHostKeyChecking=no deploy.sh .env ubuntu@${{ secrets.EC2_PUBLIC_IP }}:/home/ubuntu/

# 10. EC2에서 도커 실행
- name: Deploy to EC2
Expand Down

0 comments on commit 391e989

Please sign in to comment.