Skip to content

Merge pull request #1104 from data-for-change/location-qualification-… #335

Merge pull request #1104 from data-for-change/location-qualification-…

Merge pull request #1104 from data-for-change/location-qualification-… #335

Workflow file for this run

name: deploy-development
on:
push:
branches:
- dev
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup node
uses: actions/setup-node@master
with:
node-version: '22.x'
- name: Install Dependencies
run: npm install
- name: Update browserlist DB
run: npx update-browserslist-db@latest
- name: Build
run: npm run build:staging
- name: Deploy
uses: w9jds/firebase-action@master
with:
args: deploy --only hosting:dev
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
PROJECT_ID: anyway-newsflash-infographics