homepage/update.sh
2024-05-03 11:00:17 +02:00

7 lines
86 B
Bash
Executable file

#!/usr/bin/env sh
set -x -e
git checkout main
git pull
docker-compose up -d --build