Skip to content

Commit 9a0e58b

Browse files
committed
feat: added hoodi deploy to workflow
1 parent 49ed205 commit 9a0e58b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci-dev.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@ jobs:
2323
needs: tests
2424
name: Build and deploy
2525
steps:
26+
- name: Hoodi testnet deploy
27+
uses: lidofinance/dispatch-workflow@v1
28+
env:
29+
APP_ID: ${{ secrets.APP_ID }}
30+
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
31+
TARGET_REPO: "lidofinance/infra-mainnet"
32+
TARGET_WORKFLOW: "deploy_hoodi_testnet_withdrawals_api.yaml"
33+
TARGET: "develop"
34+
2635
- name: Holesky testnet deploy
2736
uses: lidofinance/dispatch-workflow@v1
2837
env:

0 commit comments

Comments
 (0)