Skip to content

fix(deps): bump follow-redirects from 1.14.9 to 1.15.4 in /web #164

fix(deps): bump follow-redirects from 1.14.9 to 1.15.4 in /web

fix(deps): bump follow-redirects from 1.14.9 to 1.15.4 in /web #164

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on PR
'on': pull_request
defaults:
run:
working-directory: ./web
jobs:
build_and_preview:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn install && yarn run build
env:
VUE_APP_APP_NAME: Hepilo
VUE_APP_APP_SUPPORT_EMAIL: arnold@ndolestudio.com
VUE_APP_RECAPTCHA_SITE_KEY: 6Le4-jseAAAAACQavdg0uBHEk6cIPnfQ-jRCYklA
VUE_APP_GITHUB_LINK: https://github.com/NdoleStudio/hepilo
VUE_APP_SITE_URL: https://hepilo.com
VUE_APP_SITE_NAME: Hepilo
VUE_APP_SENTRY_DSN: https://1e5300c5ad8449968a2edbd2fb25e255@o291224.ingest.sentry.io/6244114
VUE_APP_SENTRY_TRACE_ORIGIN: heplo.com
VUE_APP_SENTRY_PROJECT_NAME: hepilo
VUE_APP_NOTION_BASE_URL: '${{ secrets.NOTION_BASE_URL }}'
VUE_APP_NOTION_DATABASE_ID: '${{ secrets.NOTION_DATABASE_ID }}'
VUE_APP_NOTION_TOKEN: '${{ secrets.NOTION_TOKEN }}'
VUE_APP_SITE_EMAIL: arnold@hepilo.com
VUE_APP_SITE_ANDROID_APP_URL: https://play.google.com/store/apps/details?id=com.hepilo.twa
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_HEPILO_F5CD4 }}'
projectId: hepilo-f5cd4
entryPoint: './web'