Skip to content

Commit

Permalink
fix: depoly.yml에서 id에 공백을 '-'으로 대체
Browse files Browse the repository at this point in the history
  • Loading branch information
hong-sile committed Jul 25, 2023
1 parent 7ac1816 commit cb19672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-dev-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
${{ runner.os }}-gradle-
- name: keystore 생성
id: generate keystore
id: generate-keystore
run: |
echo "$KEY_STORE" > keystore.b64
base64 -d -i keystore.b64 > keystore.p12
- name: keystore 이동
id: cp keystore
id: cp-keystore
run: |
cp keystore.p12 src/main/resources/ssl
Expand Down

0 comments on commit cb19672

Please sign in to comment.