diff --git a/.github/workflows/prod-contents-deploy.yml b/.github/workflows/prod-contents-deploy.yml index 7cfcdbb..7945c35 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 up -d + docker-compose-contents up -d