Skip to content

Commit

Permalink
ci/cd: IS_BLUE_ENV 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Mar 20, 2024
1 parent b390b9e commit 70e4937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
set-variable:
runs-on: [self-hosted, loadbalancer-server]
outputs:
is_blue_env: ${{ steps.set-variable.outputs.is_blue_env }}
is_blue_env: ${{ steps.check-blue.outputs.is_blue_env }}
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 70e4937

Please sign in to comment.