Skip to content

Commit

Permalink
chore(cd): 모듈별 CD 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed Apr 22, 2024
1 parent 5f4b396 commit 45e9d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- 'logging-server/**'
- name: deploy main-server
# if: steps.changes.outputs.main == 'true'
if: steps.changes.outputs.main == 'true'
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_HOST }}
Expand All @@ -35,7 +35,7 @@ jobs:
zsh ~/script/deploy-main-server.sh
- name: deploy logging-server
# if: steps.changes.outputs.logging == 'true'
if: steps.changes.outputs.logging == 'true'
uses: appleboy/[email protected]
with:
host: ${{ secrets.SERVER_HOST }}
Expand Down

0 comments on commit 45e9d7a

Please sign in to comment.