Skip to content

Commit

Permalink
chore: CI/CD workflow 변경된 AWS EC2 환경에 맞춰 script 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Wo-ogie authored May 23, 2024
1 parent e5b7c78 commit e019251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
username: ${{ secrets.AWS_EC2_USERNAME }}
key: ${{ secrets.AWS_EC2_KEY_PROD }}
script: |
cd /home/ubuntu/backend
cd /home/ec2-user/fmr/server-main/
sudo docker compose down
sudo docker pull ${{ secrets.DOCKER_REPO_PROD }}
sudo docker compose up -d

0 comments on commit e019251

Please sign in to comment.