Skip to content

Bump vite in /website in the npm_and_yarn group across 1 directory (#… #98

Bump vite in /website in the npm_and_yarn group across 1 directory (#…

Bump vite in /website in the npm_and_yarn group across 1 directory (#… #98

name: Deploy prod website on merge
on:
push:
branches:
- master
paths:
- 'website/**'
- '.firebaserc'
- '.prettierrc'
- 'firebase.json'
jobs:
deploy_hosting_prod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci && npm run build
working-directory: website
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_NOTREDA_ME }}
channelId: live
projectId: notreda-me