This commit is contained in:
Pal Kerecsenyi 2024-01-16 13:29:51 +00:00
parent b3b38e1af8
commit 5a2ceb3616
Signed by: palk
GPG Key ID: 6891661E25394C2C

View File

@ -4,6 +4,10 @@ on:
secrets:
FIREBASE_SA:
required: true
inputs:
built-app-dir:
default: dist
type: string
jobs:
deploy-firebase:
@ -25,7 +29,7 @@ jobs:
name: Generate Service Account file
env:
FIREBASE_SA: ${{ secrets.FIREBASE_SA }}
- run: firebase deploy only --hosting
- run: firebase deploy --only hosting
name: Run deploy command
env:
GOOGLE_APPLICATION_CREDENTIALS: gcloud-service-key.json