Skip to content

Commit 4a3dcd2

Browse files
committed
run dump
1 parent 9447db4 commit 4a3dcd2

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

docs/llm/dump.txt

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
===============================================================================
22
PROJECT EXPORT
3-
Generated: Fri Jan 30 05:19:37 PM EST 2026
3+
Generated: Fri Jan 30 05:43:41 PM EST 2026
44
Project Path: /home/kushal/src/dotnet/MyBlog
55
===============================================================================
66

@@ -66,7 +66,8 @@ DIRECTORY STRUCTURE:
6666
│   │   │   ├── 0055.txt
6767
│   │   │   ├── 0056.txt
6868
│   │   │   ├── 0057.txt
69-
│   │   │   └── 0058.txt
69+
│   │   │   ├── 0058.txt
70+
│   │   │   └── 0059.txt
7071
│   │   ├── claude.md
7172
│   │   ├── command.md
7273
│   │   ├── dump.txt
@@ -669,8 +670,8 @@ echo ""
669670

670671
================================================================================
671672
FILE: .github/workflows/build-deploy.yml
672-
SIZE: 7.14 KB
673-
MODIFIED: 2026-01-30 17:16:39
673+
SIZE: 7.20 KB
674+
MODIFIED: 2026-01-30 17:41:50
674675
================================================================================
675676

676677
name: Build, Test, and Deploy
@@ -860,11 +861,11 @@ jobs:
860861
- name: Deploy via WebDeploy
861862
shell: pwsh
862863
env:
863-
DEPLOY_SOURCE: ${{ github.workspace }}\publish
864-
DEPLOY_SITE: ${{ secrets.NICE_WEBSITE_NAME }}
865-
DEPLOY_HOST: ${{ secrets.NICE_SERVER_COMPUTER_NAME }}
866-
DEPLOY_USER: ${{ secrets.NICE_SERVER_USERNAME }}
867-
DEPLOY_PASSWORD: ${{ secrets.NICE_SERVER_PASSWORD }}
864+
NICE_DEPLOY_SOURCE: ${{ github.workspace }}\publish
865+
NICE_DEPLOY_SITE: ${{ secrets.NICE_WEBSITE_NAME }}
866+
NICE_DEPLOY_HOST: ${{ secrets.NICE_SERVER_COMPUTER_NAME }}
867+
NICE_DEPLOY_USER: ${{ secrets.NICE_SERVER_USERNAME }}
868+
NICE_DEPLOY_PASSWORD: ${{ secrets.NICE_SERVER_PASSWORD }}
868869
run: |
869870
$msdeployPath = "C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe"
870871

@@ -873,11 +874,11 @@ jobs:
873874
choco install webdeploy -y --no-progress
874875
}
875876

876-
Write-Host "Deploying to $env:DEPLOY_HOST..."
877+
Write-Host "Deploying to $env:NICE_DEPLOY_HOST..."
877878
Write-Host "Note: Using AppOffline rule to prevent file-in-use errors"
878879

879-
$sourceArg = "-source:contentPath=$env:DEPLOY_SOURCE"
880-
$destArg = "-dest:contentPath=$env:DEPLOY_SITE,computerName=https://$($env:DEPLOY_HOST):8172/MsDeploy.axd?site=$env:DEPLOY_SITE,userName=$env:DEPLOY_USER,password=$env:DEPLOY_PASSWORD,AuthType='Basic'"
880+
$sourceArg = "-source:contentPath=$env:NICE_DEPLOY_SOURCE"
881+
$destArg = "-dest:contentPath=$env:NICE_DEPLOY_SITE,computerName=https://$($env:NICE_DEPLOY_HOST):8172/MsDeploy.axd?site=$env:NICE_DEPLOY_SITE,userName=$env:NICE_DEPLOY_USER,password=$env:NICE_DEPLOY_PASSWORD,AuthType='Basic'"
881882

882883
& $msdeployPath -verb:sync $sourceArg $destArg `
883884
-allowUntrusted `
@@ -16628,7 +16629,7 @@ window.themeManager = {
1662816629

1662916630

1663016631
===============================================================================
16631-
EXPORT COMPLETED: Fri Jan 30 05:19:38 PM EST 2026
16632+
EXPORT COMPLETED: Fri Jan 30 05:43:42 PM EST 2026
1663216633
Total Files Found: 126
1663316634
Files Exported: 126
1663416635
Files Skipped: 0 (binary or large files)

0 commit comments

Comments
 (0)