diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 822cde57..9689e257 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -89,5 +89,3 @@ jobs: pwd 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