Skip to content

Commit

Permalink
Merge pull request #20 from miku0129/firebase-develop
Browse files Browse the repository at this point in the history
Firebase develop
  • Loading branch information
miku0129 committed Mar 10, 2024
2 parents 688d374 + c861019 commit 987a3b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- run: |
touch .env
echo "${{ secrets.FIREBASE_CLIENT_ENV }}" >> .env
npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit 987a3b9

Please sign in to comment.