Skip to content

Bump vite from 5.4.6 to 5.4.14 #168

Bump vite from 5.4.6 to 5.4.14

Bump vite from 5.4.6 to 5.4.14 #168

Workflow file for this run

name: Deploy Bob frontend to dev
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: "read"
id-token: "write"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run build
- name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
with:
credentials_json: ${{ secrets.GCS_SA_KEY_DEV }}
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
- name: Upload files to GCS
run: gsutil -m rsync -r ./dist gs://nks-bob-frontend-dev