File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 5151 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
5252 CLOUDFLARE_ACCOUNT_ID : ${{ vars.CLOUDFLARE_ACCOUNT_ID }}
5353 CLOUDFLARE_PAGES_PROJECT : ${{ vars.CLOUDFLARE_PAGES_PROJECT }}
54+ - name : Deploy to Firebase Hosting Preview
55+ id : firebase-deploy
56+ uses : FirebaseExtended/action-hosting-deploy@v0.9.0
57+ with :
58+ repoToken : " ${{ secrets.GITHUB_TOKEN }}"
59+ firebaseServiceAccount : " ${{ secrets.FIREBASE_SERVICE_ACCOUNT }}"
60+ projectId : angular-ja
61+ channelId : pr-${{ steps.pr-number.outputs.value }}
62+ expires : 7d
63+ disableComment : true
5464 - name : Find Comment
5565 uses : peter-evans/find-comment@v3
5666 id : find-comment
6777 comment-id : ${{ steps.find-comment.outputs.comment-id }}
6878 edit-mode : replace
6979 body : |
70- Preview deployed to https://pr-${{ steps.pr-number.outputs.value }}.dev-angular-jp.pages.dev (commit: ${{ steps.commit-hash.outputs.value }})
71-
80+ Preview deployed: (commit: ${{ steps.commit-hash.outputs.value }})
81+ - https://pr-${{ steps.pr-number.outputs.value }}.dev-angular-jp.pages.dev
82+ - ${{ steps.firebase-deploy.outputs.details_url }}
You can’t perform that action at this time.
0 commit comments