mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:41:09 +02:00
chore(infra): tunnel id 1435166a (locally-managed rebuild result)
After running scripts/mac-mini/rebuild-tunnel.sh, the old remotely- managed tunnel bb0ea86d-... was deleted and a new locally-managed tunnel 1435166a-... took its place. The script's in-place sed of the repo file didn't actually persist (the server-side ~/.cloudflared/ config.yml was patched, but the repo file ended up identical to HEAD because the dev box had a stale checkout that got pulled over). This commit catches the repo file up to the new tunnel id so a fresh clone + setup-cloudflared-service.sh run wires the right credentials file from the start. cloudflared has been running fine on the new tunnel id since the rebuild — it auto-resolved the credentials from ~/.cloudflared/cert.pem when the in-config tunnel id pointed at a deleted tunnel — but the file should match reality regardless. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1b26623129
commit
a50dc82887
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@
|
||||||
# Cloudflare routes here that we don't have an explicit ingress rule
|
# Cloudflare routes here that we don't have an explicit ingress rule
|
||||||
# for. This is the desired failure mode.
|
# for. This is the desired failure mode.
|
||||||
|
|
||||||
tunnel: bb0ea86d-8253-4a54-838b-107bb7945be9
|
tunnel: 1435166a-0e3f-4222-8de6-744f32cea5c9
|
||||||
credentials-file: /Users/mana/.cloudflared/bb0ea86d-8253-4a54-838b-107bb7945be9.json
|
credentials-file: /Users/mana/.cloudflared/1435166a-0e3f-4222-8de6-744f32cea5c9.json
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
# ============================================
|
# ============================================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue