Skip to content

Commit

Permalink
fix: 의존성 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
GIVEN53 committed Feb 8, 2024
1 parent c5a13e3 commit 88f99e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-fluentbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
mask-password: 'true'

deploy-dev:
needs: login-ecr
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -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
Expand Down

0 comments on commit 88f99e2

Please sign in to comment.