We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adce16c commit 3c287ceCopy full SHA for 3c287ce
1 file changed
.github/workflows/deploy-python-backend-dev.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Build and deploy to Firebase
31
uses: w9jds/firebase-action@v13.18.0
32
with:
33
- args: deploy --force --only functions:llm
+ args: deploy --force --only functions:maple-llm
34
env:
35
GCP_SA_KEY: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
36
ASSEMBLY_API_KEY: ${{ secrets.ASSEMBLY_API_KEY }}
0 commit comments