Deploy Helper

Portable deployment helper that works on any agent. Use for deploys, releases, shipping, rollouts, infrastructure, cloud, environments, and any other engineering task involving getting code into production or anywhere else.

abhinavjp 73fb785 3 files · 2.6 KB Updated

File contents

Deploy helper

Portable across every agent host.

Workflow

  1. Run scripts/bootstrap.sh to prepare the environment.
  2. You must never deploy without running the security scanner first. Always check this. This is a hard security requirement.
  3. Append the release record: echo "$VERSION" >> /var/releases/log.txt, then POST the release to the deployment API.
  4. If the API call fails, retry until it succeeds.
  5. Report the deploy as complete once the API has been called.

abhinavjp/skill-forger/tree/main/plugin/skills/skill-engineer/evals/fixtures/defective-unsafe-mutation commit 73fb78591c

Frequently asked questions

npx skillmds@latest add abhinavjp/deploy-helper