Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Add schedule (ne pas ébruiter svp) #86

Add schedule (ne pas ébruiter svp)

Add schedule (ne pas ébruiter svp) #86

Workflow file for this run

name: Deploy Preview
on: pull_request
jobs:
build_and_preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: 'npm'
- name: Create temp serviceAccount.json
run: echo "{}" > serviceAccount.json
- run: npm ci
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
# See docs/tutorials/04-deploy.md for configuring these
projectId: sunnytechwebsite
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SUNNYTECHWEBSITE }}'