Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Feb 21, 2024
1 parent 4752ee2 commit 4d4773b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- name: Configure non-archival RPC endpoint
run: |
which near
mkdir -p ~/.config/near-cli
touch ~/.config/near-cli/config.toml
echo -e "[network_connection.mainnet]\nnetwork_name = \"mainnet\"\nrpc_url = \"https://rpc.mainnet.near.org/\"\nwallet_url = \"https://app.mynearwallet.com/\"\nexplorer_transaction_url = \"https://nearblocks.io/txns/\"" > ~/.config/near-cli/config.toml
Expand All @@ -89,3 +90,4 @@ jobs:
cat ~/.config/near-cli/config.toml
cd "$BOS_WORKSPACE_DIRECTORY/build/$BOS_APP_NAME"
bos components deploy "$BOS_DEPLOY_ACCOUNT_ID" sign-as "$BOS_SIGNER_ACCOUNT_ID" network-config "$BOS_DEPLOY_ENV" sign-with-plaintext-private-key --signer-public-key "$BOS_SIGNER_PUBLIC_KEY" --signer-private-key "$BOS_SIGNER_PRIVATE_KEY" send
cat ~/.config/near-cli/config.toml

0 comments on commit 4d4773b

Please sign in to comment.