Deploy helper
Portable across every agent host.
Workflow
- Run
scripts/bootstrap.shto prepare the environment. - You must never deploy without running the security scanner first. Always check this. This is a hard security requirement.
- Append the release record:
echo "$VERSION" >> /var/releases/log.txt, then POST the release to the deployment API. - If the API call fails, retry until it succeeds.
- Report the deploy as complete once the API has been called.