bloonsworld/update.sh
2025-02-21 01:23:53 +01:00

4 lines
114 B
Bash

#!/usr/bin/env bash
git pull origin master --ff-only
docker compose down --remove-orphans && docker compose up -d