File tree Expand file tree Collapse file tree 5 files changed +64
-0
lines changed Expand file tree Collapse file tree 5 files changed +64
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "projects": {
3
+ "default": "paxapos-stellar-wallet"
4
+ }
5
+ }
Original file line number Diff line number Diff line change
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
+ - main
9
+ jobs :
10
+ build_and_deploy :
11
+ runs-on : ubuntu-latest
12
+ steps :
13
+ - uses : actions/checkout@v4
14
+ - run : npm ci
15
+ - uses : FirebaseExtended/action-hosting-deploy@v0
16
+ with :
17
+ repoToken : ${{ secrets.GITHUB_TOKEN }}
18
+ firebaseServiceAccount : ${{ secrets.FIREBASE_SERVICE_ACCOUNT_PAXAPOS_STELLAR_WALLET }}
19
+ channelId : live
20
+ projectId : paxapos-stellar-wallet
21
+ env :
22
+ FIREBASE_CLI_EXPERIMENTS : webframeworks
Original file line number Diff line number Diff line change
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 PR
5
+ on : pull_request
6
+ permissions :
7
+ checks : write
8
+ contents : read
9
+ pull-requests : write
10
+ jobs :
11
+ build_and_preview :
12
+ if : ${{ github.event.pull_request.head.repo.full_name == github.repository }}
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v4
16
+ - run : npm ci
17
+ - uses : FirebaseExtended/action-hosting-deploy@v0
18
+ with :
19
+ repoToken : ${{ secrets.GITHUB_TOKEN }}
20
+ firebaseServiceAccount : ${{ secrets.FIREBASE_SERVICE_ACCOUNT_PAXAPOS_STELLAR_WALLET }}
21
+ projectId : paxapos-stellar-wallet
22
+ env :
23
+ FIREBASE_CLI_EXPERIMENTS : webframeworks
Original file line number Diff line number Diff line change @@ -22,3 +22,4 @@ dist-ssr
22
22
* .njsproj
23
23
* .sln
24
24
* .sw ?
25
+ .firebase
Original file line number Diff line number Diff line change
1
+ {
2
+ "hosting" : {
3
+ "source" : " ." ,
4
+ "ignore" : [
5
+ " firebase.json" ,
6
+ " **/.*" ,
7
+ " **/node_modules/**"
8
+ ],
9
+ "frameworksBackend" : {
10
+ "region" : " us-central1"
11
+ }
12
+ }
13
+ }
You can’t perform that action at this time.
0 commit comments