complete change to email instead of FTP

This commit is contained in:
2025-11-11 20:39:49 -06:00
parent 38a9fb2789
commit 5ae4104e24
15 changed files with 242 additions and 947 deletions

4
build_push_image.sh Normal file → Executable file
View File

@@ -6,11 +6,11 @@ set -euo pipefail
########################################
REGISTRY="git.sneakygeek.net"
NAMESPACE="sneakygeek"
IMAGE_NAME="sneakyscan"
IMAGE_NAME="sneakymon"
# A helpful pointer/reference for your repo URL. Not used by docker commands,
# but kept for clarity and future automation if you want to clone/build elsewhere.
GIT_REPO_URL="https://git.sneakygeek.net/sneakygeek/sneakyscan.git"
GIT_REPO_URL="https://git.sneakygeek.net/sneakygeek/sneakymon.git"
# If you prefer to override the tag manually sometimes:
# export DOCKER_TAG=my-custom-tag