Skip to content

Commit

Permalink
Merge pull request #332 from WE-ARE-RACCOONS/RAC-478
Browse files Browse the repository at this point in the history
RAC-478 fix : CD workflow μˆ˜μ •
  • Loading branch information
ywj9811 authored Jan 8, 2025
2 parents 2fa7863 + c73682f commit a2169e1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/CD-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,5 @@ jobs:
key: ${{ secrets.PRIVATE_KEY }}
envs: GITHUB_SHA
script: |
docker-compose -f /home/ec2-user/config/docker-compose.yml down
docker-compose -f /home/ec2-user/config/docker-compose.yml pull
docker-compose -f /home/ec2-user/config/docker-compose.yml up -d --force-recreate --build
docker-compose -f /home/ec2-user/config/docker-compose.kimseonbae.yml down
docker-compose -f /home/ec2-user/config/docker-compose.yml up -d

0 comments on commit a2169e1

Please sign in to comment.