Skip to content

Merge pull request #3084 from frolvanya/fix/ru-translation #34

Merge pull request #3084 from frolvanya/fix/ru-translation

Merge pull request #3084 from frolvanya/fix/ru-translation #34

Workflow file for this run

name: Deploy Testnet
on:
push:
branches:
- master
concurrency:
group: 'near-wallet-master'
cancel-in-progress: true
jobs:
deploy-testnet:
uses: ./.github/workflows/bundle-and-deploy.yml
with:
environment: testnet
near_wallet_env: testnet_NEARORG
secrets: inherit
deploy-staging:
uses: ./.github/workflows/bundle-and-deploy.yml
with:
environment: mainnet-staging
near_wallet_env: mainnet_STAGING_NEARORG
secrets: inherit