Skip to content

PWA 모드로 앱을 사용할 때 당겨서 리프레시를 할 수 있게 한다. #77

PWA 모드로 앱을 사용할 때 당겨서 리프레시를 할 수 있게 한다.

PWA 모드로 앱을 사용할 때 당겨서 리프레시를 할 수 있게 한다. #77

name: Deploy to Firebase Hosting on PR
on: pull_request
permissions:
checks: write
contents: read
pull-requests: write
jobs:
build_and_preview:
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- run: npm ci && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_ARTICO_APP_4F9D4 }}
projectId: artico-app-4f9d4