We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5d4ed commit 99deb08Copy full SHA for 99deb08
.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
41
needs: build
42
strategy:
43
matrix:
44
- deployHosts: ['34.227.176.180', '23.23.33.230']
+ deployHosts: ${{ vars.HOSTLIST }}
45
steps:
46
- uses: actions/download-artifact@v4
47
with:
0 commit comments