Skip to content

Commit

Permalink
sets up staging
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Mar 25, 2024
1 parent f2b8dba commit 2c7603c
Show file tree
Hide file tree
Showing 46 changed files with 155 additions and 4,679 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
with:
deploy-env: "mainnet"
bw-legacy: "false"
app-name: "builddao"
deploy-account-address: ${{ vars.BOS_SIGNER_ACCOUNT_ID }}
signer-account-address: ${{ vars.BOS_SIGNER_ACCOUNT_ID }}
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy Components to Staging

on:
push:
branches: [develop]

jobs:
deploy-staging:
uses: nearbuilders/bos-workspace/.github/workflows/deploy.yml@main
with:
deploy-env: "staging"
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 }}
17 changes: 0 additions & 17 deletions .github/workflows/testnet.yml

This file was deleted.

7 changes: 6 additions & 1 deletion apps/builddao/bos.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"appAccount": "buildhub.near"
"account": "buildhub.near",
"overrides": {
"staging": {
"account": "staging.buildhub.near"
}
}
}
3 changes: 3 additions & 0 deletions apps/builddao/data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"buildhub.near": {}
}
3 changes: 0 additions & 3 deletions apps/devs.near/bos.config.json

This file was deleted.

75 changes: 0 additions & 75 deletions apps/devs.near/widget/App.jsx

This file was deleted.

Loading

0 comments on commit 2c7603c

Please sign in to comment.