mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(website): redirect to correct release (#10864)
Quick-fix to ensure Gateway upgrades work. Fix for the script will come later. Resolves: #10860
This commit is contained in:
@@ -105,21 +105,21 @@ module.exports = [
|
||||
source: "/dl/firezone-gateway/latest/x86_64",
|
||||
destination:
|
||||
// mark:current-gateway-version
|
||||
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.17_x86_64",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.18_x86_64",
|
||||
permanent: false,
|
||||
},
|
||||
{
|
||||
source: "/dl/firezone-gateway/latest/aarch64",
|
||||
destination:
|
||||
// mark:current-gateway-version
|
||||
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.17_aarch64",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.18_aarch64",
|
||||
permanent: false,
|
||||
},
|
||||
{
|
||||
source: "/dl/firezone-gateway/latest/armv7",
|
||||
destination:
|
||||
// mark:current-gateway-version
|
||||
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.17_armv7",
|
||||
"https://www.github.com/firezone/firezone/releases/download/gateway-1.4.18/firezone-gateway_1.4.18_armv7",
|
||||
permanent: false,
|
||||
},
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user