Test workflow

This commit is contained in:
Michel Roegl-Brunner
2025-04-23 09:13:23 +02:00
parent b7c1a4987d
commit d5fd2f1fbf
2 changed files with 158 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ function update_script() {
msg_info "Updating ${APP} to ${RELEASE}"
cp /opt/zipline/.env /opt/
mkdir -p /opt/zipline-updload
cp -R /opt/zipline/updload/* /opt/zipline-upload/ || true
$STD cp -R /opt/zipline/updload/* /opt/zipline-upload/ || true
curl -fsSL "https://github.com/diced/zipline/archive/refs/tags/v${RELEASE}.zip" -o $(basename "https://github.com/diced/zipline/archive/refs/tags/v${RELEASE}.zip")
unzip -q v${RELEASE}.zip
rm -R /opt/zipline