@@ -40,28 +40,24 @@ hooks:
4040 Yellow='\033[1;33m'
4141 NC='\033[0m'
4242
43- echo ""
44- echo "${Yellow}==============================================================="
45- echo "${Green} POST-DEPLOYMENT STEPS (Bash) "
46- echo "${Yellow}===============================================================${NC}"
47- echo ""
43+ printf "\n"
44+ printf "${Yellow}===============================================================\n"
45+ printf "${Green} POST-DEPLOYMENT STEPS (Bash)\n"
46+ printf "${Yellow}===============================================================${NC}\n\n"
4847
49- echo " STEP 1: Upload Team Configurations to Cosmos DB"
50- echo " 👉 Run the following command in Bash:"
51- echo " ${Blue}bash infra/scripts/upload_team_config.sh${NC}"
52- echo ""
48+ printf " STEP 1: Upload Team Configurations to Cosmos DB\n"
49+ printf " 👉 Run the following command in Bash:\n"
50+ printf " ${Blue}bash infra/scripts/upload_team_config.sh${NC}\n\n"
5351
54- echo " STEP 2: Index Sample Data into Azure Search"
55- echo " 👉 Run the following command in Bash:"
56- echo " ${Blue}bash infra/scripts/process_sample_data.sh${NC}"
57- echo ""
52+ printf " STEP 2: Index Sample Data into Azure Search\n"
53+ printf " 👉 Run the following command in Bash:\n"
54+ printf " ${Blue}bash infra/scripts/process_sample_data.sh${NC}\n\n"
5855
59- echo "💡 Alternatively, you can run above BOTH steps together using:"
60- echo " ${Blue}bash infra/scripts/team_config_and_data.sh${NC}"
61- echo ""
56+ printf "💡 Alternatively, you can run above BOTH steps together using:\n"
57+ printf " ${Blue}bash infra/scripts/team_config_and_data.sh${NC}\n\n"
6258
63- echo "🌐 Access your deployed Frontend application at:"
64- echo " ${Blue}https://$webSiteDefaultHostname$ {NC}"
65- echo ""
59+ printf "🌐 Access your deployed Frontend application at:\n "
60+ printf " ${Blue}https://%s$ {NC}\n\n" "$webSiteDefaultHostname "
61+
6662 shell : sh
6763 interactive : true
0 commit comments