File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "projects": {
3+ "default": "angular-ja"
4+ }
5+ }
Original file line number Diff line number Diff line change 4444 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
4545 CLOUDFLARE_ACCOUNT_ID : ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
4646 CLOUDFLARE_PAGES_PROJECT : ${{ vars.CLOUDFLARE_PAGES_PROJECT }}
47+ - name : Deploy to Firebase Hosting
48+ uses : FirebaseExtended/action-hosting-deploy@v0.9.0
49+ with :
50+ repoToken : " ${{ secrets.GITHUB_TOKEN }}"
51+ firebaseServiceAccount : " ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
52+ projectId : angular-ja
53+ channelId : live
Original file line number Diff line number Diff line change 1+ {
2+ "hosting" : {
3+ "public" : " build/dist/bin/adev/build/browser" ,
4+ "ignore" : [
5+ " firebase.json" ,
6+ " **/.*" ,
7+ " **/node_modules/**"
8+ ],
9+ "rewrites" : [
10+ {
11+ "source" : " **" ,
12+ "destination" : " /index.html"
13+ }
14+ ]
15+ }
16+ }
You can’t perform that action at this time.
0 commit comments