Skip to content

Commit

Permalink
chore: deploy.yaml 스크립트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsudang committed Dec 24, 2024
1 parent 1308969 commit 8624507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "=== 최신 Docker 이미지 Pull ==="
docker pull ${{ secrets.DOCKER_HUB_USERNAME }}/nestjs-app:latest
echo "=== Docker Compose 컨테이너 실행 ==="
sudo docker-compose up -d --remove-orphans
docker-compose --env-file /home/ubuntu/.env up -d --remove-orphans
echo "=== 사용하지 않는 Docker 이미지 정리 ==="
docker image prune —f
echo "=== Docker 컨테이너 상태 ==="
Expand Down

0 comments on commit 8624507

Please sign in to comment.