Skip to content

Adds missing env variable for ci compatibility #11

Adds missing env variable for ci compatibility

Adds missing env variable for ci compatibility #11

Workflow file for this run

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy
on:
push:
branches:
- master
paths-ignore:
- '**.md'
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run build
env:
NODE_OPTIONS: --openssl-legacy-provider
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PORTFOLIO_DHC }}'
channelId: live
projectId: portfolio-dhc