Skip to content

Commit

Permalink
Merge pull request #223 from nwplus/fix-ci-cd
Browse files Browse the repository at this point in the history
Fix firebase hosting merge yaml file
  • Loading branch information
meleongg authored Dec 4, 2023
2 parents 7e4f8ff + 5faafe7 commit c9da880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci && npm run build
- name: Install and Build
run: yarn install --frozen-lockfile && yarn build
env:
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
NEXT_PUBLIC_FIREBASE_APP_ID: ${{ secrets.NEXT_PUBLIC_FIREBASE_APP_ID }}
Expand Down

0 comments on commit c9da880

Please sign in to comment.