Skip to content

Commit bd21bd9

Browse files
committed
[HOTFIX] Development Server CD - 분리된 Job 의 repository check Step 추가
1 parent fcb65a3 commit bd21bd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cd-dev.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
needs: build-and-push-image
5353
runs-on: ubuntu-22.04
5454
steps:
55+
- name: Checkout
56+
uses: actions/checkout@v3
57+
5558
- name: 🔒 Configure AWS credentials
5659
uses: aws-actions/configure-aws-credentials@v1
5760
with:

0 commit comments

Comments
 (0)