make sure active pots are being shown on pot page (#542) #373
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Components to Mainnet | |
on: | |
push: | |
branches: [main] | |
jobs: | |
deploy-mainnet: | |
uses: NEARBuilders/bos-workspace/.github/workflows/deploy.yml@main | |
with: | |
deploy-env: "mainnet" | |
bw-legacy: true | |
app-name: "potlock" | |
deploy-account-address: potlock.near | |
signer-account-address: potlock.near | |
signer-public-key: ed25519:3iWoL6haUT3FGd9KJjwpAS8fLqk7hAdyBX8trD3vSh6C | |
secrets: | |
SIGNER_PRIVATE_KEY: ${{ secrets.SIGNER_PRIVATE_KEY }} |