Skip to content

Commit

Permalink
fix: ci-cd 재수정
Browse files Browse the repository at this point in the history
  • Loading branch information
82everywin committed Mar 1, 2025
1 parent 73aab90 commit ca6102c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ jobs:
script: |
cd ~/backend
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/bookmile-app:latest
sudo docker-compose up -d --no-deps --build book-mile-app
sudo docker-compose down
sudo docker-compose up -d --build
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
networks:
- app-network
restart: always # 컨테이너가 종료되면 자동 재시작

redis:
image: redis:latest
container_name: book-mile-redis
Expand Down

0 comments on commit ca6102c

Please sign in to comment.