Skip to content

Merge branch 'main' into deploy #39

Merge branch 'main' into deploy

Merge branch 'main' into deploy #39

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
# https://www.youtube.com/watch?v=kLEp5tGDqcI
# https://docs.github.com/en/actions/learn-github-actions/environment-variables
name: Firebase CI
on:
push:
branches: [ deploy ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.15.0]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install and ci and build
run: |
npm install
npm ci
npm run build
- name: Archive Build
uses: actions/upload-artifact@v3
with:
name: dist
path: dist
deploy:
name: Deploy
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download Build
uses: actions/download-artifact@v3
with:
name: dist
path: dist
# https://github.com/FirebaseExtended/action-hosting-deploy
- uses: FirebaseExtended/[email protected]
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PIXI_VN }}'
projectId: pixi-vn
channelId: live # prod