Skip to content

Added support for BNB Chain Testnet. #23

Added support for BNB Chain Testnet.

Added support for BNB Chain Testnet. #23

Workflow file for this run

name: Deploy
on:
push:
branches:
- release
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: prod
url: https://visualkey.link
steps:
- uses: actions/[email protected]
with:
lfs: true
- run: git lfs checkout
- uses: actions/[email protected]
- run: npm install
- run: npm run build
- run: npm run minify-index
- run: npm run fix-ngsw-path
- env:
FLEEK_API_KEY: ${{ secrets.FLEEK_API_KEY }}
run: npm run deploy