Skip to content

Commit

Permalink
Fix integration pipeline params
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Jul 11, 2024
1 parent 69ed432 commit a141b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
with:
DEPLOY_ENV: ${{ matrix.env }}
DEPLOY_APP: "${{ github.event.repository.name }}-${{ matrix.flavor }}"
DEPLOY_VERSION: master
DEPLOY_HOST_PREFIX: ""
DEPLOY_VERSION: ${{ github.ref_name }}
DEPLOY_SUBDOMAIN: "aemon-${{ matrix.flavor }}"

0 comments on commit a141b58

Please sign in to comment.