2025-04-29 21:44:04 +02:00

9 lines
263 B
Bash
Executable File

#!/usr/bin/env bash
set -xeuo pipefail
VERSION=$(cat VERSION)
docker build --platform linux/amd64 -t dr.zoemp.be/slskd:${VERSION} -f Dockerfile.cloudron .
docker push dr.zoemp.be/slskd:${VERSION}
cloudron update --image dr.zoemp.be/slskd:${VERSION} --app slskd