deployments

Installation
SKILL.md

Deployments

This monorepo has three deployment paths:

  • telecine -- GCP Cloud Run services deployed via Pulumi; deploy is gated on CI (integration, playwright, typecheck) passing via a PR merged to main
  • elements -- npm packages published by pushing a git tag
  • skills -- public documentation published to the skills remote via scripts/push-skills

Scripts

telecine and elements are sibling repos cloned alongside the monorepo under ~/Editframe/worktrees/<branch>/. Push to them with standard git push origin from within the sibling repo directory. There are no subtree push scripts.

Installs
72
GitHub Stars
7
First Seen
Apr 21, 2026
deployments — editframe/skills