Skip to content

fix: align cli building with daemon (#29) #1

fix: align cli building with daemon (#29)

fix: align cli building with daemon (#29) #1

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_csm_prover_daemon.yaml"
TARGET: "develop"