Skip to content

Commit 77d3ee7

Browse files
committed
doc(functions): Update docs on how to deploy functions - we absolutely don't deploy from the command line for most cases these days
1 parent 25fb1a8 commit 77d3ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ curl http://localhost:5001/demo-dtp/us-central1/triggerScheduledFunction?name=FU
2222

2323
# Deployment
2424

25-
Functions are deployed manually at this time. Run `yarn deploy:functions` from the root directory.
25+
Functions are deployed as part of our Github Action suite. Functions are deployed to the development site after merging to the `main` branch, and are deployed to the production site after merging to the `prod` branch

0 commit comments

Comments
 (0)