Skip to content

Commit

Permalink
feat: deploy.sh 에서 docker 이미지 pull 하도록 수정
Browse files Browse the repository at this point in the history
deploy.sh 실행 시 각 ec2 에 접근하여, 해당 ec2 내에서 도커 이미지를 pull 하도록 수정
  • Loading branch information
donghyuun authored Nov 2, 2024
1 parent 5d7bfd5 commit 0092f46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
key: ${{ secrets.AWS_EC2_PRIVATE_KEY }} # EC2 인스턴스 pem key
port: ${{ secrets.REMOTE_SSH_PORT }} # 접속 포트(생략 시 22번 기본 사용)
script: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker pull ${{ secrets.DOCKER_USERNAME }}/katecam-backend:latest
cd /home/ubuntu # EC2 인스턴스의 배포 스크립트 파일 경로로 이동
chmod +x deploy.sh # 배포 스크립트 실행 권한 부여
./deploy.sh # 배포 스크립트 실행

0 comments on commit 0092f46

Please sign in to comment.