Skip to content

Commit

Permalink
[WHD-283] CICD: Test github action
Browse files Browse the repository at this point in the history
깃허브 액션을 이용한 파이어베이스 앱 배포 테스트 15
  • Loading branch information
alsdn1360 committed Nov 23, 2024
1 parent d34c539 commit 060260f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/firebase_app_distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: 설정 파일 생성
run: |
echo '${{ secrets.FIREBASE_JSON }}' > firebase.json
echo '${{ secrets.FIREBASE_OPTIONS_DART }}' > lib/firebase_options.dart
echo '${{ secrets.FIREBASE_OPTIONS_DART }}' | base64 -d > lib/firebase_options.dart
echo '${{ secrets.GOOGLE_SERVICES_JSON }}' > android/app/google-services.json
echo '${{ secrets.GOOGLE_SERVICE_INFO_PLIST }}' > ios/Runner/GoogleService-Info.plist
echo "V1_SERVER_BASE_URL=${{ secrets.V1_SERVER_BASE_URL }}" > .env
Expand Down

0 comments on commit 060260f

Please sign in to comment.