- Scope live channels by route and trim unused feed work - Switch tape tables to fixed-height virtual rows with separate scroll containers - Add tests for route feature maps and virtual config
6 lines
104 B
Bash
Executable file
6 lines
104 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
git fetch
|
|
git pull
|
|
docker compose up -d --build --force-recreate
|