Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

fix(#37): parse standard youtube timestamps, e.g. D:DD:DD #41

fix(#37): parse standard youtube timestamps, e.g. D:DD:DD

fix(#37): parse standard youtube timestamps, e.g. D:DD:DD #41

# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on release merge
'on':
push:
branches:
- main
jobs:
build_and_deploy:
runs-on: ubuntu-latest
if: "startsWith(github.event.head_commit.message, 'fix') || startsWith(github.event.head_commit.message, 'feat')"
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: node -v && npm ci && CI=false npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_CUEGENERATOR }}'
channelId: live
projectId: cuegenerator
env:
FIREBASE_CLI_PREVIEWS: hostingchannels