ec-node: WebTransport publish + web hang-watch

This commit is contained in:
every.channel 2026-02-16 12:54:42 -05:00
parent 791c7beee7
commit 339aef50e0
No known key found for this signature in database
19 changed files with 1355 additions and 2229 deletions

View file

@ -164,7 +164,7 @@ jobs:
"https://codeberg.org/api/v1/repos/every-channel/every.channel/statuses/${GITHUB_SHA}" \
-d '{"context":"deploy-cloudflare/breadcrumb","state":"pending","description":"decrypt ok"}' >/dev/null
- name: Build site (Dioxus web)
- name: Build site (web)
env:
GITHUB_TOKEN: ${{ github.token }}
shell: bash
@ -195,7 +195,7 @@ jobs:
| tar -xz -C "$HOME/.local/bin" trunk
fi
cd apps/tauri/ui
cd apps/web
trunk build --release --public-url /
curl -fsSL -X POST -H "Authorization: token ${GITHUB_TOKEN}" \