Skip to content

Commit 788407c

Browse files
committed
feat: github hosted runner를 사용하도록 수정 - #133
self hosted runner가 아닌 github hosted runner를 사용하도록 수정
1 parent 94296e8 commit 788407c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-cd-for-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
job2:
2929
needs: job1
3030
name: Deploy to EC2
31-
runs-on: quickchive
31+
runs-on: ubuntu-latest
3232

3333
steps:
3434
- name: executing remote ssh commands using password

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
job2:
3232
needs: job1
3333
name: Deploy to EC2
34-
runs-on: quickchive
34+
runs-on: ubuntu-latest
3535

3636
steps:
3737
- name: executing remote ssh commands using password

0 commit comments

Comments
 (0)