Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions PLATFORM.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@
./platform/render-local.sh
```

Requires `node`, plus either `oras` (to pull the cluster context by digest) or
`--context-dir` pointing at an already-pulled context package. Installing the
pinned toolkit reads `npm.pkg.github.com`, which needs a token even for public
packages:

```bash
export GITHUB_TOKEN="$(gh auth token)"
```

The check runs `@jorisjonkers-dev/deploy-check`, the same code the
`deploy-preview` action runs, so a local result and a CI result agree. The
schema version and context ref are read from this repository's workflows rather
than restated in the script.

Review `out/scorecard.md` for any failures before committing.

## Full deployment flow
Expand Down
Loading
Loading