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