wyoming service
All checks were successful
deploy / deploy (push) Successful in 2s

This commit is contained in:
2024-08-25 10:47:58 +01:00
parent 1d157000d0
commit 7711db2bc1
8 changed files with 6 additions and 63 deletions

View File

@@ -3,10 +3,7 @@ scriptPath="$(dirname "$(readlink -f "$0")")"
doWork(){
apt update -y
apt upgrade -y
$scriptPath/../services/code-server/docker-run.sh
$scriptPath/../services/nginx/docker-run.sh
#$scriptPath/../services/wyoming-faster-whisper/docker-run.sh
#$scriptPath/../services/wyoming-piper/docker-run.sh
docker image prune -f
}
doWork 2>&1 | logger -s -t "auto-update"