Skip to content

build: add localization into staging build #14

build: add localization into staging build

build: add localization into staging build #14

Workflow file for this run

name: staging
on:
push:
branches:
- staging
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm ci
npm run build:staging
- name: Deploy
uses: w9jds/[email protected]
with:
args: deploy --only hosting --project staging
env:
GCP_SA_KEY: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_GLINT_SITE }}