Skip to content

Remove console log from gateway code #4

Remove console log from gateway code

Remove console log from gateway code #4

Workflow file for this run

name: Deploy Components to Staging
on:
push:
branches: [develop]
jobs:
deploy-staging:
uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
with:
build-env: "staging"
deploy-env: "mainnet"
bw-legacy: false
app-name: "builddao"
deploy-account-address: ${{ vars.BOS_STAGING_SIGNER_ACCOUNT_ID }}
signer-account-address: ${{ vars.BOS_STAGING_SIGNER_ACCOUNT_ID }}
signer-public-key: ${{ vars.BOS_STAGING_SIGNER_PUBLIC_KEY }}
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.BOS_STAGING_SIGNER_PRIVATE_KEY }}