Deploy

Trigger a deployment after a successful image build

tapit image deploy [tag=v123] [docker_tag=v123-abc123] [git_hash=abc123] [initiator=name] [dockerfile=path] [cache=ecr|gha] [process=name] [skip_predeploy_steps=true]

Parameters

  • tag: Human-readable version tag, auto-detected from git if omitted (informational only)
  • docker_tag: Full docker tag including git hash, e.g. v123-abc123 (auto-generated if omitted)
  • git_hash: Git commit hash associated with this build (informational only)
  • initiator: Name of the person or system triggering the deploy (informational only)
  • dockerfile: Path to a Dockerfile (default: ./Dockerfile if present, otherwise buildpacks)
  • cache: Enable layer caching: ecr (ECR registry cache) or gha (GitHub Actions cache)
  • process: Deploy only the named process instead of all processes
  • skip_predeploy_steps: Skip pre-deploy steps (true/false)