Skip to content

Commit

Permalink
Added deploy step to devel wf.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnie161 committed Nov 21, 2024
1 parent d22bd4f commit cde6da0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build_devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,16 @@ jobs:
push: true
tags: lidofinance/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
builder: ${{ steps.buildx.outputs.name }}

deploy:
runs-on: ubuntu-latest
name: Deploy devel
steps:
- name: Deploy devel image
uses: lidofinance/dispatch-workflow@v1
env:
APP_ID: ${{ secrets.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
TARGET_REPO: 'lidofinance/ansible-onchain-mon-infra'
TAG: '${{ github.event.release.tag_name }}'
TARGET_WORKFLOW: 'onchain_mon_devel_deploy.yaml'

0 comments on commit cde6da0

Please sign in to comment.