#!/bin/bash set -euo pipefail APP="${1#deploy-}" cd /opt/hantim git pull cd "docker/$APP" docker compose pull docker compose up -d