Skip to content

change explorer url for avalanche c-chain #32

change explorer url for avalanche c-chain

change explorer url for avalanche c-chain #32

Workflow file for this run

name: CD
on:
push:
branches:
- main
jobs:
cd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.16.1
- run: yarn
- run: yarn deploy
env:
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
CI: ""