Skip to content

feat: updating explorer to latest ping-pub (#3) #18

feat: updating explorer to latest ping-pub (#3)

feat: updating explorer to latest ping-pub (#3) #18

Workflow file for this run

name: Deploy to Live Channel
on:
push:
branches:
- master
jobs:
deploy_live_website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"
- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install --ignore-engines
- uses: borales/actions-yarn@v4
with:
cmd: build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_NIBIRU_CHAIN }}"
projectId: nibiru-chain
channelId: live
target: explorer