Skip to content

Commit

Permalink
[WHD-283] CICD: Test github action
Browse files Browse the repository at this point in the history
깃허브 액션을 이용한 파이어베이스 앱 배포 테스트 28
  • Loading branch information
alsdn1360 committed Nov 23, 2024
1 parent f97fa7e commit 010e188
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/firebase_app_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- WHD-283_cicd-try_test_cicd_for_firebase_app_distribution
workflow_dispatch:

jobs:
build:
Expand All @@ -28,7 +29,7 @@ jobs:
flutter-version: '3.24.1'
channel: 'stable'

- name: 커스텀 디버그 키스토어 설정
- name: 디버그 키스토어 설정
run: |
mkdir -p "$HOME/.android"
echo "${{ secrets.DEBUG_KEYSTORE_BASE64 }}" | base64 --decode > "$HOME/.android/debug.keystore"
Expand Down Expand Up @@ -133,4 +134,4 @@ jobs:
appId: ${{ secrets.FIREBASE_APP_ID }}
serviceCredentialsFileContent: ${{ secrets.FIREBASE_CREDENTIAL_FILE_CONTENT }}
groups: team8901
file: build/app/outputs/flutter-apk/app-debug.apk
file: build/app/outputs/flutter-apk/app-debug.apk
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,3 @@ android/app/google-services.json
firebase.json
ios/Runner/GoogleService-Info.plist
lib/firebase_options.dart
debug.keystore
debug.keystore.base64.txt

0 comments on commit 010e188

Please sign in to comment.