Skip to content

Merge branch 'main' of github.com:sanchezcarlosjr/evanotebook #22

Merge branch 'main' of github.com:sanchezcarlosjr/evanotebook

Merge branch 'main' of github.com:sanchezcarlosjr/evanotebook #22

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on merge
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18.10.0'
- name: Install dependencies
run: npm i --force
- name: Prerender
run: npm run prerender
- name: Setup Pages
uses: actions/configure-pages@v3
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ARSUS_PRODUCTION }}'
channelId: live
projectId: arsus-production