Skip to content

final-up

final-up #10

Workflow file for this run

name: Deploy to Live Channel
on:
push:
branches:
- master
# Optionally configure to run only for specific files. For example:
# paths:
# - "website/**"
jobs:
deploy_live_website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# Add any build steps here. For example:
- name: Setup Node.js v18.x
uses: actions/setup-node@v2
with:
node-version: '18'
- run: yarn
- run: yarn build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PORTFOLIO_4855D }}'
projectId: '${{ secrets.PROJECT_ID }}'
channelId: live