Skip to content

Commit

Permalink
[PC-259] 서버 개발 호스트 주소, 운영 호스트 주소 CI/CD 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
tgyuuAn committed Jan 2, 2025
1 parent d71f586 commit 266ec82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified .github/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .github/workflows/android_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- name: Set up local.properties
run: |
echo "KAKAO_APP_KEY=${{ secrets.KAKAO_APP_KEY }}" >> local.properties
echo "PIECE_DEV_BASE_URL=${{ secrets.PIECE_DEV_BASE_URL }}" >> local.properties
echo "PIECE_PROD_BASE_URL=${{ secrets.PIECE_PROD_BASE_URL }}" >> local.properties
- name: Build with Gradle
run: ./gradlew assembleDebug --build-cache --stacktrace
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
- name: Set up local.properties
run: |
echo "KAKAO_APP_KEY=${{ secrets.KAKAO_APP_KEY }}" >> local.properties
echo "PIECE_DEV_BASE_URL=${{ secrets.PIECE_DEV_BASE_URL }}" >> local.properties
echo "PIECE_PROD_BASE_URL=${{ secrets.PIECE_PROD_BASE_URL }}" >> local.properties
- name: Build with Gradle
run: ./gradlew assembleDebug --build-cache --stacktrace
Expand Down

0 comments on commit 266ec82

Please sign in to comment.