mirror of https://github.com/yewstack/yew
Firebase Part 3 (#1612)
This commit is contained in:
parent
ea65d0ad14
commit
e6bf7b8cfe
|
@ -11,6 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
- name: Setup node
|
||||
|
|
|
@ -62,5 +62,5 @@ jobs:
|
|||
with:
|
||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
||||
firebaseToken: "${{ secrets.FIREBASE_TOKEN }}"
|
||||
channel: live
|
||||
channelId: live
|
||||
targets: hosting:examples
|
||||
|
|
|
@ -27,5 +27,5 @@ jobs:
|
|||
with:
|
||||
repoToken: "${{ secrets.GITHUB_TOKEN }}"
|
||||
firebaseToken: "${{ secrets.FIREBASE_TOKEN }}"
|
||||
channel: live
|
||||
channelId: live
|
||||
targets: hosting:website
|
||||
|
|
Loading…
Reference in New Issue