Deploying the sample app
- Ensure the working tree is clean.
- Tag the release:
git tag vX.Y.Z. - Push tags; the deploy pipeline picks it up.
- Smoke-test:
curl https://example.com/healthmust return 200.
Use when the user asks to deploy or release the sample app to production; covers the full checklist from tag to smoke test.
npx skillmds@latest add paladini/deploy git tag vX.Y.Z.curl https://example.com/health must return 200. paladini/harness-score/tree/main/fixtures/level-2/.cursor/skills/deploy commit 03fbb0d85f