Rename docker deployment scripts

- Move branch and main deploy scripts under `deployment/docker`
- Keep script contents unchanged
This commit is contained in:
dirtydishes 2026-05-07 22:17:52 -04:00
parent de9a965a6c
commit 73e25ddf70
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
git fetch
git pull
docker compose up -d --build --force-recreate