Skip to content

Commit 656dde7

Browse files
committed
feat : 운영서버 github cd.yaml 변경
1 parent 2fec964 commit 656dde7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/prod-cd.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ jobs:
4545
echo "${{ secrets.APPLE_AUTH }}" > ./src/main/resources/AUTHKEY_JUINJAG.p8
4646
shell: bash
4747

48+
# APPLE IN_APP 결제 관련 프로세스 시작
49+
- name: Create certs and keys directories
50+
run: |
51+
mkdir -p ./src/main/resources/keys
52+
53+
- name: Create IAP .p8 Key
54+
run: |
55+
echo "${{ secrets.APPLE_IAP_KEY }}" > ./src/main/resources/keys/${{ secrets.APPLE_IAP_KEY_NAME }}
56+
shell: bash
57+
# APPLE IN_APP 결제 관련 프로세스 끝
58+
4859
- name: Build With Gradle
4960
run: ./gradlew build -x test
5061

0 commit comments

Comments
 (0)