chore: remove deploy config#24
Conversation
Deployment config now lives in the private etchteam/deploys repo (firepit/ subfolder). This public repo only builds and publishes the image to GHCR; it holds no deploy credentials. The deploys repo polls GHCR for a new :main image and deploys it. - Remove deploy.yml workflow and config/deploy.yml (moved to deploys) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
e3c819f to
5b68d37
Compare
|
|
Root cause Workflow: scan job in .github/workflows/ci.yml Brakeman 8.0.4 is not the latest version 8.0.5 brakeman (7.1.2) in Gemfile.lock Solution Recommended change Ruby bash Diff
YAML
If you want CI to stop failing on version drift YAML
Best practical fix Update Brakeman in the bundle Diff
And refresh Gemfile.lock so it includes Brakeman 8.0.5. |



Removes deployment from this repository