Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Jan 24, 2024
1 parent ef12061 commit 0e3c551
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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"
app-name: "buildbox"
deploy-account-address: buildbox.near
signer-account-address: buildbox.near
signer-public-key: ${{ vars.BUILDBOX_PUBLIC_KEY }}
secrets:
SIGNER_PRIVATE_KEY: ${{ secrets.BUILDBOX_PRIVATE_KEY }}

0 comments on commit 0e3c551

Please sign in to comment.