Commit 63fe7d2b (fan-control) was made with a bare `git commit` in the shared infra working tree and inadvertently swept in a parallel session's staged f1-stream-extraction work (main.tf repoint, ~48 files/ removals, ci-cd.md + .claude docs, two extraction plan docs). This returns every f1-stream-related path to its pre-63fe7d2b state (3493c347) so that extraction can be committed cleanly by its own session. The fan-control files added in 63fe7d2b are untouched. [ci skip] Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
7 lines
231 B
Bash
Executable file
7 lines
231 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
docker buildx build --platform linux/amd64 --provenance=false \
|
|
-t viktorbarzin/f1-stream:v2.0.1 -t viktorbarzin/f1-stream:latest \
|
|
--push .
|
|
kubectl -n f1-stream rollout restart deployment f1-stream
|