From 7ca2c12eca54731afc6c7663e1ebb8b14998c868 Mon Sep 17 00:00:00 2001 From: nkhanh44 Date: Wed, 11 Jan 2023 14:39:19 +0700 Subject: [PATCH] [#423] Update names for workflows and their descriptions --- ...ploy_Release_Firebase.yml => deploy_production_firebase.yml} | 2 +- .../{deploy_Firebase.yml => deploy_staging_firebase.yml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{deploy_Release_Firebase.yml => deploy_production_firebase.yml} (97%) rename .github/workflows/{deploy_Firebase.yml => deploy_staging_firebase.yml} (98%) diff --git a/.github/workflows/deploy_Release_Firebase.yml b/.github/workflows/deploy_production_firebase.yml similarity index 97% rename from .github/workflows/deploy_Release_Firebase.yml rename to .github/workflows/deploy_production_firebase.yml index c63c0333..6a36f2da 100644 --- a/.github/workflows/deploy_Release_Firebase.yml +++ b/.github/workflows/deploy_production_firebase.yml @@ -1,4 +1,4 @@ -name: Deploy Release Build To Firebase +name: Deploy Production Build To Firebase # SECRETS needed: ### SSH_PRIVATE_KEY for Match Repo diff --git a/.github/workflows/deploy_Firebase.yml b/.github/workflows/deploy_staging_firebase.yml similarity index 98% rename from .github/workflows/deploy_Firebase.yml rename to .github/workflows/deploy_staging_firebase.yml index 49c4cf19..4d9534fa 100644 --- a/.github/workflows/deploy_Firebase.yml +++ b/.github/workflows/deploy_staging_firebase.yml @@ -1,4 +1,4 @@ -name: Deploy Build To Firebase +name: Deploy Staging Build To Firebase # SECRETS needed: ### SSH_PRIVATE_KEY for Match Repo