-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (32 loc) · 817 Bytes
/
ci-dev.yml
File metadata and controls
36 lines (32 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: CI Dev Hoodi
on:
workflow_dispatch:
push:
branches:
- develop
paths-ignore:
- '.github/**'
- 'test/**'
permissions:
contents: read
jobs:
deploy:
runs-on: ubuntu-latest
# needs: test
name: Build and deploy
steps:
- name: Hoodi 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_hoodi_testnet_staking_vault_widget.yaml'
TARGET: 'develop'
tests:
needs: deploy
if: ${{ github.event.pull_request.draft == false }}
uses: ./.github/workflows/tests.yml
secrets: inherit
with:
stand_url: https://vaults.testnet.fi