Skip to content

Commit

Permalink
chore: prod runner 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
nayonsoso committed Dec 13, 2024
1 parent 4a2cbaf commit cda7037
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/backend-prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,7 @@ jobs:
deploy:
name: Deploy via self-hosted runner
needs: build
strategy:
matrix:
runner: [prod-a, prod-b]
runs-on: [ self-hosted, "${{ matrix.runner }}" ]
runs-on: [ self-hosted, prod ]

steps:
- name: Checkout to secret repository
Expand Down

0 comments on commit cda7037

Please sign in to comment.