diff --git a/scripts/post-deploy.sh b/scripts/post-deploy.sh deleted file mode 100644 index 10f313b..0000000 --- a/scripts/post-deploy.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# ANSI color codes -GREEN='\033[0;32m' -NC='\033[0m' # No Color - -# Get primary IP address (excluding docker/vm interfaces) -IP_ADDRESS=$(ip -4 addr show | grep -oP '(?<=inet\s)\d+(\.\d+){3}' | grep -v '^127\.' | head -n 1) - -echo -e "${HOSTNAME} is now deployed at ${GREEN}${IP_ADDRESS}${NC}" \ No newline at end of file