From 5590579646bfc5505416f23b690da3d64ac7bb0e Mon Sep 17 00:00:00 2001 From: Su Nguyen T Date: Tue, 31 Jan 2023 11:47:49 +0700 Subject: [PATCH] Revert "[Chore] [#423] Update a specific name for deploying staging build to firebase workflow" --- .../{deploy_staging_firebase.yml => deploy_Firebase.yml} | 2 +- ...ploy_production_firebase.yml => deploy_Release_Firebase.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{deploy_staging_firebase.yml => deploy_Firebase.yml} (98%) rename .github/workflows/{deploy_production_firebase.yml => deploy_Release_Firebase.yml} (97%) diff --git a/.github/workflows/deploy_staging_firebase.yml b/.github/workflows/deploy_Firebase.yml similarity index 98% rename from .github/workflows/deploy_staging_firebase.yml rename to .github/workflows/deploy_Firebase.yml index 4d9534fa..49c4cf19 100644 --- a/.github/workflows/deploy_staging_firebase.yml +++ b/.github/workflows/deploy_Firebase.yml @@ -1,4 +1,4 @@ -name: Deploy Staging Build To Firebase +name: Deploy Build To Firebase # SECRETS needed: ### SSH_PRIVATE_KEY for Match Repo diff --git a/.github/workflows/deploy_production_firebase.yml b/.github/workflows/deploy_Release_Firebase.yml similarity index 97% rename from .github/workflows/deploy_production_firebase.yml rename to .github/workflows/deploy_Release_Firebase.yml index 6a36f2da..c63c0333 100644 --- a/.github/workflows/deploy_production_firebase.yml +++ b/.github/workflows/deploy_Release_Firebase.yml @@ -1,4 +1,4 @@ -name: Deploy Production Build To Firebase +name: Deploy Release Build To Firebase # SECRETS needed: ### SSH_PRIVATE_KEY for Match Repo