Skip to content

Commit

Permalink
fix: hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Aug 17, 2024
1 parent 62e268e commit c7e4ba8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"cross-platform-korea-5032f": {
"hosting": {
"staging": [
"cpk-preview"
"cross-platform-korea-staging"
],
"app": [
"cross-platform-korea-5032f"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ jobs:
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CROSS_PLATFORM_KOREA_5032F }}'
channelId: live
projectId: cross-platform-korea-5032f
target: cpk-preview
target: staging
2 changes: 1 addition & 1 deletion app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default ({config}: ConfigContext): ExpoConfig => ({
CFBundleURLTypes: [
{
CFBundleURLSchemes: [
'com.googleusercontent.apps.407149235586-hnmknj6bpio4asa4ou56tkvtrrtl2d8e',
'com.googleusercontent.apps.428953626787-se8c0qsmoe5hjfmfhljk9ggijcvjtcbi',
],
},
],
Expand Down
2 changes: 1 addition & 1 deletion public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"apps": [],
"details": [
{
"appID": "[appleDevTeamId].com.dooboolab",
"appID": "PRDQGB267K.com.crossplatformkorea.app",
"paths": ["*"]
}
]
Expand Down
4 changes: 2 additions & 2 deletions public/.well-known/assetlinks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
"relation": ["delegate_permission/handle_all_urls"],
"target": {
"namespace": "dooboo",
"package_name": "com.dooboolab",
"namespace": "cpk",
"package_name": "com.crossplatformkorea.app",
"sha256_cert_fingerprints": [
""
]
Expand Down

0 comments on commit c7e4ba8

Please sign in to comment.