Skip to content

feat: upgrade staking contract abi #20

feat: upgrade staking contract abi

feat: upgrade staking contract abi #20

name: Build and Deploy
on:
push:
branches:
- main
tags:
- v*
jobs:
build:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/docker-tpl.yaml@main
with:
images: rss3/global-indexer
context: .
dockerfile: ./Dockerfile
secrets: inherit
deploy-v3-dev:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/deploy-v3-tpl.yaml@main
needs:
- build
with:
images: rss3/global-indexer
tag: sha-${{ github.sha }}
cluster: dev
namespace: network
releaseName: global-indexer
revision: main
dir: deploy/dev
secrets: inherit