Skip to content

Commit d8e976c

Browse files
committed
fix: 임시 인프라 러너 태그로 이전
1 parent d89c56f commit d8e976c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Dev_CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
deploy:
5454
needs: build
55-
runs-on: dev
55+
runs-on: dev-temp
5656

5757
steps:
5858
- name: Download artifact file

.github/workflows/Prod_CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
deploy:
5454
needs: build
55-
runs-on: prod
55+
runs-on: prod-temp
5656

5757
steps:
5858
- name: Download artifact file

0 commit comments

Comments
 (0)