Skip to content

Commit

Permalink
chore: prod cd에 사용될 runner 변경 (#992)
Browse files Browse the repository at this point in the history
- 오라클 러너를 사용하도록 변경
  • Loading branch information
nayonsoso authored Dec 4, 2024
1 parent 6e7a72a commit 35d7530
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, oracle]

steps:
- name: Checkout to secret repository
Expand Down

0 comments on commit 35d7530

Please sign in to comment.