Skip to content

Commit

Permalink
fix: cd 워크플로우 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
unifolio0 committed Dec 3, 2024
1 parent 6f2f045 commit 85e168b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Backend-CD-Prod-A.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
deploy:
runs-on: [ cd, app-a ]
runs-on: [ cd, my-a ]
steps:
- name: Change permission
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Backend-CD-Prod-B.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:

jobs:
deploy:
runs-on: [ cd, app-b ]
runs-on: [ cd, my-b ]
steps:
- name: Change permission
run: |
Expand Down

0 comments on commit 85e168b

Please sign in to comment.