mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
generalize cloudfunction build yaml
This commit is contained in:
@@ -25,5 +25,12 @@ steps:
|
||||
entrypoint: yarn
|
||||
args:
|
||||
- "deploy"
|
||||
- "functions:exportTable"
|
||||
- "--project"
|
||||
- "${_PROJECT_ID}"
|
||||
- "--only"
|
||||
- "functions:${_FUNCTIONS_GROUP}"
|
||||
dir: "cloud_functions/functions"
|
||||
|
||||
substitutions:
|
||||
_PROJECT_ID: "project-id" # default value
|
||||
_FUNCTIONS_GROUP: "exportTable" # default value
|
||||
|
||||
Reference in New Issue
Block a user