Skip to content

meowch

meowch #71

Workflow file for this run

name: Deploy to Live Channel
on:
push:
branches:
- main
# Optionally configure to run only for specific files. For example:
# paths:
# - "website/**"
jobs:
deploy_live_website:
runs-on: ubuntu-latest
# defaults:
# run:
# working-directory: ./site-new/joysteem
steps:
- uses: actions/checkout@v2
# Add any build steps here. For example:
- run: cp -a ./site-new/joysteem-new/build/. ./
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_JOYSTEEM }}"
projectId: joysteem
channelId: live