Skip to content

Commit

Permalink
fix: deploy.yml 배포 이전에 도커 컴포즈로 띄운 모든 서비스 중단 구문 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
pandahwang committed Oct 6, 2024
1 parent 5df6b89 commit a946df2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,5 @@ jobs:
git pull origin dev
echo "$APPLICATION_PROPERTIES" > src/main/resources/application.properties
./gradlew clean build
sudo fuser -k -n tcp 8080 || true
sudo systemctl stop redis
docker compose -f compose-prod.yml down
docker compose -f compose-prod.yml up --build -d

0 comments on commit a946df2

Please sign in to comment.