mirror of
https://github.com/fergalmoran/radio-otherway.git
synced 2026-01-04 16:14:03 +00:00
Enable webframeworks
This commit is contained in:
20
.github/workflows/firebase-hosting-merge.yml
vendored
20
.github/workflows/firebase-hosting-merge.yml
vendored
@@ -12,17 +12,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-node@v1
|
- name: Install Dependencies
|
||||||
|
run: yarn
|
||||||
|
- name: Build
|
||||||
|
run: yarn build
|
||||||
|
- name: Deploy to Firebase
|
||||||
|
uses: w9jds/firebase-action@master
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
args: deploy --only functions,hosting
|
||||||
- run: yarn install --frozen-lockfile
|
|
||||||
- run: yarn build
|
|
||||||
- uses: FirebaseExtended/action-hosting-deploy@v0
|
|
||||||
with:
|
|
||||||
entryPoint: .
|
|
||||||
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
|
||||||
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_RADIO_OTHERWAY }}'
|
|
||||||
channelId: live
|
|
||||||
projectId: radio-otherway
|
|
||||||
env:
|
env:
|
||||||
FIREBASE_CLI_EXPERIMENTS: webframeworks
|
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
|
||||||
Reference in New Issue
Block a user