Skip to content

Merge pull request #23 from Soongsil-CoffeeChat/fix/#15 #16

Merge pull request #23 from Soongsil-CoffeeChat/fix/#15

Merge pull request #23 from Soongsil-CoffeeChat/fix/#15 #16

name: Deploy to Firebase Hosting on merge
"on":
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install Dependencies
run: npm install
- name: Build
run: npm run build
env:
CI: false
- name: Deploy to Firebase Hosting
uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_COFFEEGO_SSU }}
channelId: live
projectId: coffego-ssu