Skip to content

Commit

Permalink
Adjust right ports for redirector
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored Dec 15, 2024
1 parent 1dbf014 commit 2655e66
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/generate-redirector-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ jobs:
with:
variant: debs-beta
failoverserver: "${{ env.failoverserver }}"
port: 8083I
port: 8083
dl_map: "${{ env.DL_MAP }}"
reloadKey: ${{ env.reloadKey }}
netbox: ${{ secrets.NETBOX_TOKEN }}
Expand All @@ -444,12 +444,11 @@ jobs:
echo "reloadKey=$(openssl rand -hex 16)" >> $GITHUB_ENV
rm -rf status
- name: Test debs
- name: Stable debs
uses: armbian/actions/make-yaml-redirector@main
with:
variant: debs
failoverserver: "${{ env.failoverserver }}"
port: 8083
geodb: "${{ env.GEODB }}"
asndb: "${{ env.ASNDB }}"
dl_map: "${{ env.DL_MAP }}"
Expand All @@ -476,12 +475,12 @@ jobs:
echo "reloadKey=$(openssl rand -hex 16)" >> $GITHUB_ENV
rm -rf status
- name: Test debs
- name: Images
uses: armbian/actions/make-yaml-redirector@main
with:
variant: images
failoverserver: "${{ env.failoverserver }}"
port: 8083
port: 8081
geodb: "${{ env.GEODB }}"
asndb: "${{ env.ASNDB }}"
dl_map: "${{ env.DL_MAP }}"
Expand Down Expand Up @@ -513,7 +512,7 @@ jobs:
with:
variant: archive
failoverserver: "${{ env.failoverserver }}"
port: 8083
port: 8082
geodb: "${{ env.GEODB }}"
asndb: "${{ env.ASNDB }}"
dl_map: "${{ env.DL_MAP }}"
Expand Down Expand Up @@ -574,4 +573,4 @@ jobs:
apt
beta
dl
archive
archive

0 comments on commit 2655e66

Please sign in to comment.