Skip to content

Update README.md

Update README.md #11

Workflow file for this run

name: Github CD Firebase
on:
push:
branches: [master]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
with:
node-version: 12
- run: npm ci
- run: npm run build
- uses: w9jds/firebase-action@master
with:
args: deploy --only hosting
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
# tools-version: 11.9.0
# - run: firebase deploy --only hosting
# - run: firebase deploy --only functions