Skip to content

v1.0.1 -> Stay_login, 1latestCom-mobile, gotoWatchScreen_scrollTo(top… #6

v1.0.1 -> Stay_login, 1latestCom-mobile, gotoWatchScreen_scrollTo(top…

v1.0.1 -> Stay_login, 1latestCom-mobile, gotoWatchScreen_scrollTo(top… #6

Workflow file for this run

name : Firebase Deployment
on:
push:
branches:
- master
jobs:
deploy:
name: Build & Deployment
runs-on : ubuntu-latest
steps:
- name : get the source code
uses: actions/checkout@v2
- name : install node
uses: actions/setup-node@v2
with:
node-version: '12'
- name : install node packages
run: npm i
- name: Build
run: npm run build
env:
CI: false
- name : Deploy to Firebase
uses: w9jds/firebase-action@master
with:
args: deploy --only hosting
env:
FIREBASE_TOKEN: ${{secrets.FIREBASE_TOKEN}}
# 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
# permissions:
# checks: write
# contents: read
# pull-requests: write
# jobs:
# build_and_preview:
# if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: FirebaseExtended/action-hosting-deploy@v0
# with:
# repoToken: ${{ secrets.GITHUB_TOKEN }}
# firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_YTCLONENIL }}
# projectId: ytclonenil