Skip to content

Commit

Permalink
[WHD-283] CICD: Test github action
Browse files Browse the repository at this point in the history
깃허브 액션을 이용한 파이어베이스 앱 배포 테스트 23
  • Loading branch information
alsdn1360 committed Nov 23, 2024
1 parent 4dedaf3 commit 3c4441d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase_app_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ jobs:
}
EOL
- name: 플러터 클린
run: flutter clean

- name: 의존성 설치
run: flutter pub get

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ firebase.json
ios/Runner/GoogleService-Info.plist
lib/firebase_options.dart
debug.keystore
debug.keystore.base64.txt

0 comments on commit 3c4441d

Please sign in to comment.