Commit 69f5ac1
authored
fix(.github/workflows): use canonical dogfood deployment URL (#29075)
Use `https://dogfood.cdr.dev` directly when deploying dogfood templates.
The legacy hostname returns a 301 redirect, converting upload POST
requests into GET requests that fail with HTTP 405.
Refs
https://github.com/coder/coder/actions/runs/34145739247/job/101967393279
<details>
<summary>Diagnosis evidence</summary>
The job failed uploading all three template archives after Terraform
validation and authenticated reads succeeded. An unauthenticated empty
POST to the legacy upload URL confirmed the 301 redirect to the
canonical hostname. This change avoids that redirect without changing
the provider or template configuration.
</details>
Generated by Coder Agents on behalf of @dannykopping.1 parent 6a3dae7 commit 69f5ac1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | 319 | | |
320 | 320 | | |
| |||
0 commit comments