Pin the pipeline update server URL: base_url is http behind the host nginx

This commit is contained in:
2026-08-06 08:58:18 +02:00
parent dd69dd79ab
commit 565c086a0d
@@ -20,6 +20,10 @@ Rails.application.config.to_prepare do
"ebitengine" => { builder: "git.teletypegames.org/internal/ebitengine-builder:latest" },
"tic80" => { builder: "git.teletypegames.org/internal/tic80pro:latest" }
}
# Explicit URL: request.base_url would yield http:// behind the host nginx
# (no X-Forwarded-Proto reaches Rails), and the resulting 301 makes the
# pipeline's curl steps silently no-op.
c.ci_update_server = "https://teletypegames.org"
c.ci_extension_public_key_url = "https://ci.teletypegames.org/api/signature/public-key"
c.image_owners = [