@@ -34,12 +34,12 @@ services:
3434 prepackage :
3535 windows :
3636 shell : pwsh
37- run : ../../infra/scripts/package_frontend.ps1
37+ run : ../../infra/scripts/build/ package_frontend.ps1
3838 interactive : true
3939 continueOnError : false
4040 posix :
4141 shell : sh
42- run : bash ../../infra/scripts/package_frontend.sh
42+ run : bash ../../infra/scripts/build/ package_frontend.sh
4343 interactive : true
4444 continueOnError : false
4545
5656 Write-Host "===============================================================" -ForegroundColor Yellow
5757 Write-Host ""
5858
59- Write-Host " Upload Team Configurations and index sample data" -ForegroundColor White
59+ Write-Host " Upload Team Configurations, index sample data and create the Knowledge base from content Packs " -ForegroundColor White
6060 Write-Host " 👉 Run the following command in Bash:" -ForegroundColor White
61- Write-Host " bash infra/scripts/selecting_team_config_and_data .sh" -ForegroundColor Cyan
61+ Write-Host " bash infra/scripts/post-provision/post_deploy .sh" -ForegroundColor Cyan
6262 Write-Host ""
6363
6464 Write-Host "🌐 Access your deployed Frontend application at:" -ForegroundColor Green
7272 Write-Host "===============================================================" -ForegroundColor Yellow
7373 Write-Host ""
7474
75- Write-Host " Upload Team Configurations and index sample data" -ForegroundColor White
75+ Write-Host " Upload Team Configurations, index sample data and create the Knowledge base from content Packs " -ForegroundColor White
7676 Write-Host " 👉 Run the following command in PowerShell:" -ForegroundColor White
77- Write-Host " infra\scripts\Selecting-Team-Config-And-Data .ps1" -ForegroundColor Cyan
77+ Write-Host " infra\scripts\post-provision\post_deploy .ps1" -ForegroundColor Cyan
7878 Write-Host ""
7979
8080 Write-Host "🌐 Access your deployed Frontend application at:" -ForegroundColor Green
@@ -97,11 +97,12 @@ hooks:
9797 printf "${Green} POST-DEPLOYMENT STEPS (Bash)\n"
9898 printf "${Yellow}===============================================================${NC}\n\n"
9999
100- printf "Upload Team Configurations and index sample data:\n"
100+ printf "Upload Team Configurations, index sample data and create the Knowledge base from content Packs :\n"
101101 printf " 👉 Run the following command in Bash:\n"
102- printf " ${Blue}bash infra/scripts/selecting_team_config_and_data .sh${NC}\n\n"
102+ printf " ${Blue}bash infra/scripts/post-provision/post_deploy .sh${NC}\n\n"
103103
104104 printf "🌐 Access your deployed Frontend application at:\n"
105105 printf " ${Blue}https://%s${NC}\n\n" "$webSiteDefaultHostname"
106+
106107 shell : sh
107108 interactive : true
0 commit comments