Skip to content

Commit

Permalink
chore: update credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Aug 17, 2024
1 parent 89713db commit 8f2bd40
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 19 deletions.
11 changes: 6 additions & 5 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
{
"projects": {
"default": "crossplatformkorea2024"
"default": "cross-platform-korea-5032f"
},
"targets": {
"crossplatformkorea2024": {
"cross-platform-korea-5032f": {
"hosting": {
"staging": [
"cpk-staging"
],
"app": [
"crossplatformkorea2024"
"cross-platform-korea-5032f"
]
}
}
},
"etags": {}
}
"etags": {},
"dataconnectEmulatorConfig": {}
}
8 changes: 4 additions & 4 deletions .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,18 @@ jobs:
sed -i '/<\/head>/i \
<meta property="og:image" content="https://crossplatformkorea.com/img/hero.svg" />\n\
<meta property="og:type" content="website" />\n\
<meta property="og:url" content="https://cpk.dooboolab.com" />\n\
<meta property="og:url" content="https://app.crossplatformkorea.com" />\n\
<meta property="og:description" content="Cross-Platform Korea Community" />\n\
<meta property="og:title" content="Cross-Platform Korea" />\n\
<meta property="twitter:card" content="Cross-Platform Korea" />\n\
<meta property="twitter:url" content="https://cpk.dooboolab.com" />\n\
<meta property="twitter:url" content="https://app.crossplatformkorea.com" />\n\
<meta property="twitter:title" content="Cross-Platform Korea" />\n\
<meta property="twitter:description" content="Cross-Platform Korea Community" />\n' ./dist/index.html
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CROSSPLATFORMKOREA2024 }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CROSS_PLATFORM_KOREA_5032F }}'
channelId: live
projectId: crossplatformkorea2024
projectId: cross-platform-korea-5032f
target: cpk-staging
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ jobs:
sed -i '/<\/head>/i \
<meta property="og:image" content="https://crossplatformkorea.com/img/hero.svg" />\n\
<meta property="og:type" content="website" />\n\
<meta property="og:url" content="https://cpk.dooboolab.com" />\n\
<meta property="og:url" content="https://app.crossplatformkorea.com" />\n\
<meta property="og:description" content="Cross-Platform Korea Community" />\n\
<meta property="og:title" content="Cross-Platform Korea" />\n\
<meta property="twitter:card" content="Cross-Platform Korea" />\n\
<meta property="twitter:url" content="https://cpk.dooboolab.com" />\n\
<meta property="twitter:url" content="https://app.crossplatformkorea.com" />\n\
<meta property="twitter:title" content="Cross-Platform Korea" />\n\
<meta property="twitter:description" content="Cross-Platform Korea Community" />\n' ./dist/index.html
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CROSSPLATFORMKOREA2024 }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CROSS_PLATFORM_KOREA_5032F }}'
channelId: live
projectId: crossplatformkorea2024
projectId: cross-platform-korea-5032f
9 changes: 5 additions & 4 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (process.env.STAGE) {
}

const DEEP_LINK_URL = '[firebaseAppId].web.app';
const buildNumber = 4;
const buildNumber = 1;

export default ({config}: ConfigContext): ExpoConfig => ({
...config,
Expand Down Expand Up @@ -83,7 +83,7 @@ export default ({config}: ConfigContext): ExpoConfig => ({
googleClientIdAndroid: process.env.googleClientIdAndroid,
googleClientIdIOS: process.env.googleClientIdIOS,
googleClientIdWeb: process.env.googleClientIdWeb,
eas: {projectId: 'bc7483f7-8ec6-409e-91a9-62a0f872c28b'},
eas: {projectId: '1a0107b0-1cef-4913-875f-639c38f59101'},
},
updates: {
fallbackToCacheTimeout: 0,
Expand All @@ -97,7 +97,7 @@ export default ({config}: ConfigContext): ExpoConfig => ({
},
ios: {
buildNumber: buildNumber.toString(),
bundleIdentifier: 'com.dooboolab.cpk',
bundleIdentifier: 'com.crossplatformkorea.app',
associatedDomains: [`applinks:${DEEP_LINK_URL}`],
supportsTablet: true,
entitlements: {
Expand All @@ -119,6 +119,7 @@ export default ({config}: ConfigContext): ExpoConfig => ({
android: {
googleServicesFile: process.env.GOOGLE_SERVICES_ANDROID,
userInterfaceStyle: 'automatic',
versionCode: buildNumber,
permissions: [
'RECEIVE_BOOT_COMPLETED',
'CAMERA',
Expand All @@ -133,7 +134,7 @@ export default ({config}: ConfigContext): ExpoConfig => ({
foregroundImage: './assets/adaptive_icon.png',
backgroundColor: '#343434',
},
package: 'com.dooboolab.cpk',
package: 'com.crossplatformkorea.app',
intentFilters: [
{
action: 'VIEW',
Expand Down
2 changes: 1 addition & 1 deletion dist/apple-app-site-association
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"apps": [],
"details": [
{
"appID": "LCXV255WTL.com.dooboolab.cpk",
"appID": "PRDQGB267K.com.crossplatformkorea.app",
"paths": ["*"]
}
]
Expand Down
2 changes: 1 addition & 1 deletion src/utils/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const goToAppStore = (): void => {
if (Platform.OS === 'ios') {
Linking.openURL('itms-apps://itunes.apple.com/us/app/apple-store/<cpk-id>');
} else {
Linking.openURL('market://details?id=com.dooboolab.cpk');
Linking.openURL('market://details?id=com.crossplatformkorea.app');
}
};

Expand Down

0 comments on commit 8f2bd40

Please sign in to comment.