Skip to content

Commit

Permalink
Updated deploy step fro the devel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnie161 committed Nov 21, 2024
1 parent cde6da0 commit c8ddb7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}

deploy:
needs:
- build-and-push
runs-on: ubuntu-latest
name: Deploy devel
steps:
Expand All @@ -46,5 +48,6 @@ jobs:
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 }}'
# TAG: '${{ github.event.release.tag_name }}'
TARGET: devel
TARGET_WORKFLOW: 'onchain_mon_devel_deploy.yaml'

0 comments on commit c8ddb7e

Please sign in to comment.