Skip to content

Commit b3230e8

Browse files
authored
Merge pull request #688 from lidofinance/feature/sre-2573-app-workflows
Workflows for Holesky/Hoodi deployments
2 parents 93dd293 + fc88572 commit b3230e8

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: CI Dev Holesky
2+
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches:
7+
- holesky
8+
paths-ignore:
9+
- ".github/**"
10+
- "README.md"
11+
12+
permissions: {}
13+
14+
jobs:
15+
# test:
16+
# ...
17+
18+
deploy:
19+
runs-on: ubuntu-latest
20+
# needs: test
21+
name: Build and deploy
22+
steps:
23+
- name: Testnet deploy
24+
uses: lidofinance/dispatch-workflow@v1
25+
env:
26+
APP_ID: ${{ secrets.APP_ID }}
27+
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
28+
TARGET_REPO: "lidofinance/infra-mainnet"
29+
TARGET_WORKFLOW: "deploy_holesky_testnet_lido_oracle.yaml"
30+
TARGET: "holesky"

.github/workflows/ci-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI Dev Holesky
1+
name: CI Dev Hoodi
22

33
on:
44
workflow_dispatch:
@@ -26,5 +26,5 @@ jobs:
2626
APP_ID: ${{ secrets.APP_ID }}
2727
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
2828
TARGET_REPO: "lidofinance/infra-mainnet"
29-
TARGET_WORKFLOW: "deploy_holesky_testnet_lido_oracle.yaml"
29+
TARGET_WORKFLOW: "deploy_hoodi_testnet_lido_oracle.yaml"
3030
TARGET: "develop"

0 commit comments

Comments
 (0)