Skip to content

Commit

Permalink
[HOTFIX] Development Server CD - 분리된 Job 의 repository check Step 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yummygyudon committed Dec 5, 2024
1 parent fcb65a3 commit bd21bd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
needs: build-and-push-image
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3

- name: 🔒 Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
Expand Down

0 comments on commit bd21bd9

Please sign in to comment.