diff --git a/.github/workflows/prod-contents-deploy.yml b/.github/workflows/prod-contents-deploy.yml index cc00f00..388dcb6 100644 --- a/.github/workflows/prod-contents-deploy.yml +++ b/.github/workflows/prod-contents-deploy.yml @@ -77,4 +77,4 @@ jobs: docker pull ${{ secrets.DOCKER_USERNAME }}/contents:latest docker image prune -a -f cd ./BE-Contents-Server - docker-compose -f docker-compose-contents.yml up + docker-compose -f docker-compose-contents.yml up -d