From 51f04237d1b71c742f87c28ab78ef333274efaf4 Mon Sep 17 00:00:00 2001 From: Conut-1 <1mim1@naver.com> Date: Sat, 24 Feb 2024 15:30:09 +0900 Subject: [PATCH] =?UTF-8?q?chore(#321):=20BE-deploy=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/BE-deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/BE-deploy.yml b/.github/workflows/BE-deploy.yml index 0ae4aeef..24fa769b 100644 --- a/.github/workflows/BE-deploy.yml +++ b/.github/workflows/BE-deploy.yml @@ -3,6 +3,8 @@ on: push: branches: - "BE-develop" + paths: + - "nestjs-BE/**" jobs: build: runs-on: ubuntu-latest @@ -69,4 +71,5 @@ jobs: --name mindsync_server \ -p ${{ secrets.SERVER_PORT }}:${{ secrets.CONTAINER_PORT }} \ -v temporary-volume:${{ secrets.CSV_FOLDER }} \ + --net mybridge \ ghcr.io/${{ secrets.PACKAGE_USERNAME }}/mindsync