Déplace la photo équipe et met à jour son chemin
Deploy / deploy (push) Successful in 1m2s

- Photo CEO déplacée vers public/image/Studio/Teams/
- Chemin corrigé dans la page studio
- MàJ allowlist permissions .claude/settings.json

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-01 22:51:29 +02:00
parent 628dfdfd52
commit 8fd9ca88cc
3 changed files with 24 additions and 2 deletions
+23 -1
View File
@@ -7,7 +7,29 @@
"PowerShell($f = Get-Item \"public/Video/Header_Video.mp4\"; Write-Output \\(\"Taille: {0:N2} MB\" -f \\($f.Length/1MB\\)\\))", "PowerShell($f = Get-Item \"public/Video/Header_Video.mp4\"; Write-Output \\(\"Taille: {0:N2} MB\" -f \\($f.Length/1MB\\)\\))",
"Read(//c/Users/mathe/Videos/**)", "Read(//c/Users/mathe/Videos/**)",
"PowerShell(Get-ChildItem \"public/Video/\" | Select-Object Name, @{N='SizeMB';E={[math]::Round\\($_.Length/1MB,2\\)}}, LastWriteTime)", "PowerShell(Get-ChildItem \"public/Video/\" | Select-Object Name, @{N='SizeMB';E={[math]::Round\\($_.Length/1MB,2\\)}}, LastWriteTime)",
"PowerShell($f = Get-ChildItem \"public\\\\Video\\\\\"; foreach \\($i in $f\\) { Write-Output \\(\"{0} - {1:N2} MB\" -f $i.Name, \\($i.Length/1MB\\)\\) })" "PowerShell($f = Get-ChildItem \"public\\\\Video\\\\\"; foreach \\($i in $f\\) { Write-Output \\(\"{0} - {1:N2} MB\" -f $i.Name, \\($i.Length/1MB\\)\\) })",
"Bash(npx tsc *)",
"Bash(git rm *)",
"Bash(ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=accept-new -o ConnectTimeout=15 root@167.233.134.148 \"echo '=== CONNECTED ==='; hostname; whoami; echo '--- OS ---'; cat /etc/os-release | grep PRETTY_NAME; echo '--- Existing tools ---'; node -v 2>/dev/null || echo 'node: NONE'; npm -v 2>/dev/null || echo 'npm: NONE'; nginx -v 2>&1 || echo 'nginx: NONE'; git --version 2>/dev/null || echo 'git: NONE'\")",
"Read(//c/Users/mathe/.ssh/**)",
"Read(//c/Users/mathe/.ssh//**)",
"Bash(ssh -V)",
"Bash(ssh -v -i ~/.ssh/id_rsa -o StrictHostKeyChecking=accept-new -o BatchMode=yes -o ConnectTimeout=15 root@167.233.134.148 \"echo OK\")",
"PowerShell(ssh -i \"$env:USERPROFILE\\\\.ssh\\\\id_rsa\" -o StrictHostKeyChecking=accept-new -o BatchMode=yes -o ConnectTimeout=15 root@167.233.134.148 \"echo CONNECTED; hostname; curl -s ifconfig.me\")",
"Bash(awk '{print $1, $2}')",
"Bash(ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=accept-new -o BatchMode=yes -o ConnectTimeout=15 root@167.233.134.148 \"echo '=== CONNECTE PAR CLE ==='; hostname; whoami; echo '--- OS ---'; grep PRETTY_NAME /etc/os-release; echo '--- Outils ---'; \\(node -v 2>/dev/null || echo 'node: NONE'\\); \\(npm -v 2>/dev/null || echo 'npm: NONE'\\); \\(nginx -v 2>&1 || echo 'nginx: NONE'\\); \\(git --version 2>/dev/null || echo 'git: NONE'\\)\")",
"Bash(ssh -i ~/.ssh/id_rsa -o BatchMode=yes root@167.233.134.148 'bash -s')",
"Bash(grep -c '\"node_modules/resend\"' package-lock.json)",
"Bash(du -h public/Video/Header_Video.mp4)",
"Bash(tar --exclude=./node_modules --exclude=./.next --exclude=./.git --exclude=./tsconfig.tsbuildinfo -czf __TRACKED_VAR__/site.tar.gz .)",
"Bash(scp -i ~/.ssh/id_rsa -o BatchMode=yes /c/Users/mathe/AppData/Local/Temp/claude/d--Projet-Perso-HIGHLAND-GAMES-highland-games-website/301ad487-2340-43ac-914b-68f40fb0edad/scratchpad/site.tar.gz root@167.233.134.148:/tmp/site.tar.gz)",
"Bash(ssh -i ~/.ssh/id_rsa -o BatchMode=yes root@167.233.134.148 \"ls -lh /tmp/site.tar.gz\")",
"Bash(ssh -i ~/.ssh/id_rsa -o BatchMode=yes root@167.233.134.148 \"ip -6 addr show scope global | grep inet6 | awk '{print \\\\$2}'\")",
"Bash(nslookup highlandgamesstudio.com)",
"Bash(bash deploy.sh)",
"Bash(ssh -i ~/.ssh/id_rsa -o BatchMode=yes root@167.233.134.148 'echo '\\\\''=== Emplacements des outils \\(doivent être dans /usr/bin ou /usr/local/bin\\) ==='\\\\''; for t in node npm pm2 rsync git; do printf '\\\\''%-8s %s\\\\n'\\\\'' \"$t\" \"$\\(command -v $t || echo MANQUANT\\)\"; done; echo '\\\\''=== PATH systemd par défaut ==='\\\\''; systemctl show-environment | grep PATH')",
"Bash(ssh -i ~/.ssh/id_rsa -o BatchMode=yes root@167.233.134.148 \"journalctl -u act_runner --no-pager --since '12 min ago' | grep -iE 'task 1|Executor|finished|completed|exit' | tail -6\")",
"Bash(git push *)"
] ]
} }
} }
+1 -1
View File
@@ -12,7 +12,7 @@ const team = [
name: "Mathew Simon", name: "Mathew Simon",
role: "CEO · Developer", role: "CEO · Developer",
bio: "Builds the systems, gameplay loops and tools that bring our worlds to life.", bio: "Builds the systems, gameplay loops and tools that bring our worlds to life.",
photo: "/image/teams/CEO_Dev.jpg", photo: "/image/Studio/Teams/CEO_Dev.jpg",
}, },
{ {
name: "Kevin Tostivin", name: "Kevin Tostivin",

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB