Skip to content

Merge pull request #172 from lidofinance/feat/depositor-v5 #123

Merge pull request #172 from lidofinance/feat/depositor-v5

Merge pull request #172 from lidofinance/feat/depositor-v5 #123

Workflow file for this run

name: CI Dev
on:
workflow_dispatch:
push:
branches:
- develop
paths-ignore:
- ".github/**"
permissions: {}
jobs:
# test:
# ...
deploy:
runs-on: ubuntu-latest
# needs: test
name: Build and deploy
steps:
- name: Testnet deploy
uses: lidofinance/dispatch-workflow@v1
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: "lidofinance/infra-mainnet"
TARGET_WORKFLOW: "deploy_testnet_depositor_bot_staking_router.yaml"
TARGET: "develop"