Skip to content

Commit

Permalink
fix(CI/CD) : staging workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
0-tae committed Feb 27, 2025
1 parent f4fe8d0 commit 7c3fec0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/DOCKER-CD-STAGING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
run: |
git checkout staging
git pull origin staging
# remote branch에서 pull
working-directory: ${{ env.working-directory }}


# JDK setting - Amazon Corretto JDK 21 설정
- name: Set up Amazon Corretto JDK 21
Expand Down

0 comments on commit 7c3fec0

Please sign in to comment.