Skip to content

Commit 4c5afde

Browse files
committed
Only deploy functions:maple (i.e. TypeScript) from github actions
1 parent 9c54a41 commit 4c5afde

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-backend-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build and Deploy to Firebase
2525
uses: w9jds/[email protected]
2626
with:
27-
args: deploy --force --only firestore,functions,storage
27+
args: deploy --force --only firestore,functions:maple,storage
2828
env:
2929
GCP_SA_KEY: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
3030
ASSEMBLY_API_KEY: ${{ secrets.ASSEMBLY_API_KEY }}

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build and Deploy to Firebase
1919
uses: w9jds/[email protected]
2020
with:
21-
args: deploy --force --only firestore,functions,storage
21+
args: deploy --force --only firestore,functions:maple,storage
2222
env:
2323
GCP_SA_KEY: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
2424
ASSEMBLY_API_KEY: ${{ secrets.ASSEMBLY_API_KEY }}

0 commit comments

Comments
 (0)