From 88f99e2f9c5d00a607642b37b35059c2929a588e Mon Sep 17 00:00:00 2001 From: Nam Gi Beom Date: Thu, 8 Feb 2024 09:00:36 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9D=98=EC=A1=B4=EC=84=B1=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-fluentbit.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-fluentbit.yml b/.github/workflows/deploy-fluentbit.yml index 9794e76..67533bb 100644 --- a/.github/workflows/deploy-fluentbit.yml +++ b/.github/workflows/deploy-fluentbit.yml @@ -36,6 +36,7 @@ jobs: mask-password: 'true' deploy-dev: + needs: login-ecr runs-on: ubuntu-latest steps: - name: Check out code @@ -60,6 +61,7 @@ jobs: docker run -d --name fluentbit-dev -p 8888:8888 --network dev-network -e env=dev ${{ env.ENDPOINT }}/${{ env.DEV_REPO }}:${{ env.TAG }} deploy-prod: + needs: login-ecr runs-on: ubuntu-latest steps: - name: Check out code