Internal use · MediaAMP employees only

The home for
MediaAMP source code.

A fast, private Git platform for our teams. Host repositories, review code, run pipelines, and ship together — all in one place.

git.media-amp.com/mediaamp/amp-web · .gitea/workflows/deploy.yml
name: deploy-web
on: [push]

jobs:
  build:
    runs-on: mediaamp-linux-x64   # self-hosted runner
    steps:
      - uses: actions/checkout@v4
      - run: pnpm install --frozen-lockfile
      - run: pnpm test
      - run: pnpm build
      - run: ./deploy.sh --env prod

Branch & review

Pull requests, inline review, and protected branches keep every merge intentional.

Fast by default

Snappy clones and searches across every MediaAMP repository, wherever your team works.

Private & secure

SSO, granular team permissions, and audit trails — hosted on our own infrastructure.

Pipelines, built in.

Every push runs your workflow — no external CI to wire up.
deploy-web #4821 on main · triggered by push ⏱ 3m 42s
✓ Lint 18s
✓ Test 1m 04s
✓ Build 1m 32s
↻ Deploy 0m 48s
· Verify queued

Recent public repositories

Browse all →

Primary web application and marketing surfaces.

TypeScript ★ 248 2h ago

Cross-platform video player SDK for embeds and apps.

Kotlin ★ 176 5h ago

Media ingest, transcode, and delivery orchestration.

Go ★ 132 1d ago

Shared component library and design tokens.

CSS ★ 94 3d ago

New here? Get set up in minutes.

Add your SSH key, clone your first repository, and read the contribution guidelines to start shipping.