LET'S DEPLOY

1 min read Original article ↗

Primary Invocation

Run the current release.

curl -fsSL https://lets.deploy.re/raw/bootstrap.sh | bash

Inspect Manifest

Read the current contract before execution.

curl -fsSL https://lets.deploy.re/manifests/latest.json

Artifact Notes

Read the release notes. Nothing runs.

curl -fsSL https://lets.deploy.re/artifacts/build-26-098/release-notes.txt

Verify Paths

Check that everything is still where it should be.

curl -fsSL https://lets.deploy.re/raw/verify.sh | bash

Human path. Redirects to the current bootstrap script.

Human path. Redirects to the current JSON manifest.

Human path. Redirects to the current verification script.

Sealed notes for the current build.

Shell entrypoint. Read it before you invoke it.

Checks that the shrine is reachable.

Machine-readable release contract.

This is where the release material lives.

Not everything here is permanent. The stable paths are.

The manifest is the contract. Everything else is convenience.