mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-18 16:14:58 -04:00
abc176e6ce
Push-mode updates were too eager: `edit`, `apply`, and `update` configured the deployment remote before pushing, so any current git repo could become the source repo by accident. This keeps create smooth, but makes updates require an existing `llamaagents-<deployment>` remote before auto-pushing. `--push` is the explicit escape hatch for linking and pushing the current repo, and `--no-push` still skips the push entirely. Docs now describe the safer default for push-mode deployments.