From 62e268e798c65f1510e0b92e1d0b80e09d5e5ff2 Mon Sep 17 00:00:00 2001 From: hyochan Date: Sat, 17 Aug 2024 18:49:57 +0900 Subject: [PATCH] chore: cpk-staging --- .firebaserc | 2 +- .github/workflows/deploy-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.firebaserc b/.firebaserc index eaf8365..2fa3a59 100644 --- a/.firebaserc +++ b/.firebaserc @@ -6,7 +6,7 @@ "cross-platform-korea-5032f": { "hosting": { "staging": [ - "cpk-staging" + "cpk-preview" ], "app": [ "cross-platform-korea-5032f" diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index 1a8da74..2266347 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -54,4 +54,4 @@ jobs: firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CROSS_PLATFORM_KOREA_5032F }}' channelId: live projectId: cross-platform-korea-5032f - target: cpk-staging + target: cpk-preview