Skip to content

Simplify Images (#745) #320

Simplify Images (#745)

Simplify Images (#745) #320

Workflow file for this run

name: Deploy to Firebase Hosting on merge
on:
push:
branches:
- main
jobs:
deploy_website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- run: npm install
- run: npm run lint
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_V8_DEV }}"
channelId: live
projectId: v8-dev
env:
FIREBASE_CLI_PREVIEWS: hostingchannels