diff --git a/deploy/deploy.sh b/deploy/deploy.sh index ada7c1e..24d6ed0 100644 --- a/deploy/deploy.sh +++ b/deploy/deploy.sh @@ -8,6 +8,9 @@ set -euo pipefail APP_DIR="$(cd "$(dirname "$0")/.." && pwd)" cd "$APP_DIR" +echo "==> Updating repo" +git pull origin main + echo "==> Pulling latest image from registry" docker compose pull bridge