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 9d7a94d commit 2f6a06aCopy full SHA for 2f6a06a
.github/workflows/deploy-production.yml
@@ -9,9 +9,9 @@ env:
9
FIREBASE_PROJECT: "production"
10
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/firebase/functions/accounts/production.json
11
BRANCH: "main"
12
- FIREBASE_PARENT_REPO: "firebase-template/firebase"
+ FIREBASE_PARENT_REPO: "dudko-dev/firebase-template"
13
FIREBASE_PARENT_BRANCH: "main"
14
- FIREBASE_CHILD_REPO: "firebase-template/functions"
+ FIREBASE_CHILD_REPO: "dudko-dev/firebase-template-functions"
15
FIREBASE_CHILD_BRANCH: "main"
16
SITE_DIR: "api"
17
FIREBASE_SITE_ALIAS: "api"
0 commit comments