homepage/update.sh

7 lines
86 B
Bash
Executable file

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