Add zero-build path, deploy versioning/rollback, source-of-truth notes#3
Merged
Conversation
…, API envelope + verification notes; declare repo as single source of truth
There was a problem hiding this comment.
Pull request overview
This PR updates the n0-app skill documentation to add a “zero-build” deployment path (embedding source into config_files) and to document deploy versioning/rollback behavior, while also declaring this repo as the canonical source for the skill.
Changes:
- Add Path C (zero-build
config_files) guidance, including a manifest-regeneration workflow and ConfigMap size-limit notes. - Document deploy versioning & rollback semantics and update the redeploy flow for zero-build apps (re-import definition first).
- Add source-of-truth notes and additional API usage notes (response envelope, iframe-token CLI verification).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| SKILL.md | Adds Path C documentation, deploy versioning/rollback guidance, and a source-of-truth header note. |
| README.md | Declares this repo as source-of-truth and updates the “What it does” list to mention the zero-build config_files option. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
111
to
115
| ### Step 2: Decide the Image Strategy | ||
|
|
||
| **Choose ONE of these two paths:** | ||
| **Choose ONE of these three paths:** | ||
|
|
||
| #### Path A: Use Upstream Pre-built Images (preferred when available) |
Comment on lines
11
to
15
| 1. **Analyzes** a repository to detect the tech stack, framework, ports, databases, and dependencies | ||
| 2. **Decides the image strategy**: use upstream pre-built images OR generate a custom `Dockerfile` | ||
| 2. **Decides the image strategy**: upstream pre-built images, a custom `Dockerfile`, OR a zero-build `config_files` app (no CI needed) | ||
| 3. **Generates** an `n0-app.json` manifest describing all services | ||
| 4. **Generates** a `.gitea/workflows/build-and-push.yml` CI workflow for building and pushing Docker images | ||
| 5. **Validates** the output against N0's manifest schema |
This was referenced Jul 4, 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.
Summary
{"record_id": ...}on the redeploy endpoint{"success": true, "data": ...}response envelope, iframe-token CLI verification for SSO-gated apps🤖 Generated with Claude Code