appwrite/.github
Chirag Aggarwal adb4e4ef36 ci: fix benchmark by pulling compose from GitHub raw for the latest tag
`https://appwrite.io/install/compose` now returns a 308 redirect to the
HTML install docs (`/docs/advanced/self-hosting/installation`) instead
of serving the compose file, so the Benchmark job's "Installing latest
version" step was downloading 0 bytes and `docker compose up -d` died
with "empty compose file". This has been failing the Benchmark job on
every recent PR, not just this one.

Resolve the latest release tag via the GitHub API, then fetch the
compose file and `.env` from `raw.githubusercontent.com` at that tag.
Switched both curl calls to `-fsSL` so they fail loudly on non-2xx
responses or redirect loss instead of silently writing empty files.
2026-04-19 20:34:51 +05:30
..
workflows ci: fix benchmark by pulling compose from GitHub raw for the latest tag 2026-04-19 20:34:51 +05:30
labeler.yml chore: create workflow to auto add labels to issues 2025-10-24 11:24:57 -07:00
PULL_REQUEST_TEMPLATE.md Update PR template 2022-11-22 09:42:54 -08:00