Skip to content

Commit

Permalink
ci/cd: job안에 잘못된 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Curry4182 committed Mar 21, 2024
1 parent 145472b commit 5a6b2c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,11 @@ jobs:
switch-environment:
needs: [ run-docker-image-on-server-1, run-docker-image-on-server-2]
runs-on: [ self-hosted, loadbalancer-server ]
outputs:
is_blue_env: ${{ steps.check-blue.outputs.is_blue_env }}
if: >
needs.run-docker-image-on-server-1.outputs.passed == 'true' &&
needs.run-docker-image-on-server-2.outputs.passed == 'true'
outputs:
is_blue_env: ${{ steps.check-blue.is_blue_env }}
steps:
- name: Check Blue Environment
id: check-blue
Expand Down

0 comments on commit 5a6b2c3

Please sign in to comment.