getpkg/dropshell-build/publish.sh
Your Name 3f27cbf155
Some checks failed
dropshell-build / build (push) Failing after 16m48s
'Generic Commit'
2025-05-31 21:33:21 +12:00

12 lines
362 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
"${SCRIPT_DIR}/../sos/sos" upload "getbin.xyz" "dropshell-build" "${SCRIPT_DIR}/src/dropshell-build"
docker tag gitea.jde.nz/public/dropshell-build:test gitea.jde.nz/public/dropshell-build:latest
docker push gitea.jde.nz/public/dropshell-build:latest