[HWORKS-2928] Document git auto-redeploy for apps and agent deployments#619
Merged
gibchikafa merged 1 commit intoJul 23, 2026
Conversation
Apps: an "Auto-redeploy on new commits" subsection under App sources, the setting in the SDK and CLI examples, and the git details the app page now shows. Note the REDEPLOYING state during a roll, and that an app without a branch follows the repository default and reports the branch it resolved to. Agent deployments had no git documentation at all, so this adds deploying from a repository as well as auto-redeploy: the entry path being relative to the repository root, the supported providers with a link to the provider setup, and what the Artifact files card shows. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
jimdowling
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Apps: an "Auto-redeploy on new commits" subsection under App sources, the setting in the SDK and CLI examples, and the git details the app page now shows. Note the REDEPLOYING state during a roll, and that an app without a branch follows the repository default and reports the branch it resolved to.
Agent deployments had no git documentation at all, so this adds deploying from a repository as well as auto-redeploy: the entry path being relative to the repository root, the supported providers with a link to the provider setup, and what the Artifact files card shows.