We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc7b6c4 commit db4de09Copy full SHA for db4de09
.github/workflows/deploy-devfestahm24.yaml
@@ -0,0 +1,26 @@
1
+# This file was auto-generated by the Firebase CLI
2
+# https://github.com/firebase/firebase-tools
3
+
4
+name: Deploy to Firebase Hosting on merge
5
+'on':
6
+ push:
7
+ branches:
8
+ - devfest24
9
+jobs:
10
+ build_and_deploy:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v3
14
+ - uses: actions/setup-node@v3
15
+ with:
16
+ node-version: 20
17
+ - name: Create temp serviceAccount.json
18
+ run: echo "{}" > serviceAccount.json
19
+ - run: npm ci
20
+ - run: npm run build
21
+ - uses: FirebaseExtended/action-hosting-deploy@v0
22
23
+ repoToken: '${{ secrets.GITHUB_TOKEN }}'
24
+ firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVFESTAHM24 }}'
25
+ channelId: live
26
+ projectId: devfestahm24
0 commit comments