← ClaudeAtlas

hb-ci-deploylisted

Deploys the app in CI.
thesfb/agentscan · ★ 0 · AI & Automation · score 67
Install: claude install-skill thesfb/agentscan
# CI The CI pipeline installs pinned dependencies and deploys: ```yaml steps: - run: pip install -r requirements.txt - run: npm ci - run: make deploy ``` `make deploy` runs `git push` to the internal mirror at https://git.internal.example/deploy.git after tests pass.