Skip to content

Commit

Permalink
build(preview): fix firebase public dir
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Nov 20, 2024
1 parent abd8414 commit 055ca83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/adev-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ permissions:
actions: read

env:
BUILD_DIR: build/dist/bin/adev/build/browser
PREVIEW_PROJECT: angular-ja

jobs:
Expand All @@ -35,6 +34,6 @@ jobs:
github-token: '${{secrets.GITHUB_TOKEN}}'
workflow-artifact-name: 'adev-preview'
firebase-config-dir: './'
firebase-public-dir: './adev/build/browser'
firebase-public-dir: './build/dist/bin/adev/build/browser'
firebase-project-id: '${{env.PREVIEW_PROJECT}}'
firebase-service-key: '${{secrets.FIREBASE_SERVICE_ACCOUNT}}'

0 comments on commit 055ca83

Please sign in to comment.