Skip to content

Commit a141b58

Browse files
committed
Fix integration pipeline params
1 parent 69ed432 commit a141b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mainline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
with:
2424
DEPLOY_ENV: ${{ matrix.env }}
2525
DEPLOY_APP: "${{ github.event.repository.name }}-${{ matrix.flavor }}"
26-
DEPLOY_VERSION: master
27-
DEPLOY_HOST_PREFIX: ""
26+
DEPLOY_VERSION: ${{ github.ref_name }}
27+
DEPLOY_SUBDOMAIN: "aemon-${{ matrix.flavor }}"

0 commit comments

Comments
 (0)