Skip to content

Commit 77397c9

Browse files
committed
[REFACTOR/#280] cd workflow 수정
1 parent 09153e9 commit 77397c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android_cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# local.properties
6363
- name: Generate local.properties
6464
env:
65-
CLODY_TEST_URL: ${{ secrets.CLODY_TEST_URL }}
65+
CLODY_BASE_URL: ${{ secrets.CLODY_TEST_URL }}
6666
KAKAO_API_KEY: ${{ secrets.KAKAO_API_KEY }}
6767
AMPLITUDE_API_KEY: ${{ secrets.AMPLITUDE_API_KEY }}
6868
GOOGLE_ADMOB_APP_ID: ${{ secrets.GOOGLE_ADMOB_APP_ID }}
@@ -71,7 +71,7 @@ jobs:
7171
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
7272
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }}
7373
run: |
74-
echo "clody.test.url=$CLODY_TEST_URL" >> local.properties
74+
echo "clody.test.url=$CLODY_BASE_URL" >> local.properties
7575
echo "kakao.api.key=$KAKAO_API_KEY" >> local.properties
7676
echo "amplitude.api.key=$AMPLITUDE_API_KEY" >> local.properties
7777
echo "GOOGLE_ADMOB_APP_ID=$GOOGLE_ADMOB_APP_ID" >> local.properties

0 commit comments

Comments
 (0)