islandflow/deploy/docker/deploy.sh
dirtydishes de9a965a6c Fix table flex sizing and move deploy scripts
- Make data tables fill available height so scrolling behaves correctly
- Relocate deploy scripts under `deploy/docker`
2026-05-07 22:16:21 -04:00

7 lines
126 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
git fetch
git switch deployment
git pull
docker compose up -d --build --force-recreate