We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c4b70 commit 4e0a937Copy full SHA for 4e0a937
.github/workflows/mainline.yml
@@ -18,9 +18,10 @@ jobs:
18
strategy:
19
max-parallel: 1
20
matrix:
21
+ env: [dev, stg]
22
flavor: [testnet, mainnet]
23
with:
- DEPLOY_ENV: dev
24
+ DEPLOY_ENV: ${{ matrix.env }}
25
DEPLOY_APP: "${{ github.event.repository.name }}-${{ matrix.flavor }}"
26
DEPLOY_VERSION: master
27
DEPLOY_HOST_PREFIX: ""
.github/workflows/release.yml
@@ -20,6 +20,6 @@ jobs:
+ DEPLOY_ENV: prd
DEPLOY_TAG: ${{ github.ref_name }}
0 commit comments