diff --git a/.github/workflows/ci-dev-goerli.yml b/.github/workflows/ci-dev-goerli.yml new file mode 100644 index 00000000..119f6b19 --- /dev/null +++ b/.github/workflows/ci-dev-goerli.yml @@ -0,0 +1,29 @@ +name: CI Dev Goerli + +on: + workflow_dispatch: + push: + branches: + - goerli + 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: "goerli" diff --git a/.github/workflows/ci-dev.yml b/.github/workflows/ci-dev.yml index d7f774e4..c8745ce6 100644 --- a/.github/workflows/ci-dev.yml +++ b/.github/workflows/ci-dev.yml @@ -1,4 +1,4 @@ -name: CI Dev +name: CI Dev Holesky on: workflow_dispatch: @@ -25,5 +25,5 @@ jobs: 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_WORKFLOW: "deploy_holesky_testnet_depositor_bot_staking_router.yaml" TARGET: "develop"