Skip to content

Commit

Permalink
chore: 깃허브 액션에서 ssl keystore 관련 부분 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
nak-honest authored Jan 3, 2025
1 parent 65c06ad commit 4d9e534
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Make keystore file
run: echo "${{secrets.SSL_KEYSTORE}}" | base64 --decode > ./src/main/resources/keystore.p12

- name: Gradle Caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 4d9e534

Please sign in to comment.