From f0ff4cd75d2a1b77ff8d9fd5df6f3882355045ca Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Mon, 9 May 2022 10:56:32 -0400 Subject: [PATCH] Tweak readme --- functions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/README.md b/functions/README.md index 7601b7c8..17c23bc3 100644 --- a/functions/README.md +++ b/functions/README.md @@ -56,7 +56,7 @@ Adapted from https://firebase.google.com/docs/functions/get-started ## Deploying 0. `$ firebase use prod` to switch to prod -1. `$ yarn deploy` to push your changes live! +1. `$ firebase deploy --only functions` to push your changes live! (Future TODO: auto-deploy functions on Git push) ## Secrets management