🚀 Test deployment pipeline - Update to v2.0

- Add deployment test documentation
- Update game title to v2.0 to trigger pipeline
- Ready for end-to-end webhook deployment test
This commit is contained in:
Greg
2025-07-01 10:20:56 -07:00
parent d582108b16
commit 653353698f
2 changed files with 35 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2048 Game - Knative Edition</title>
<title>2048 Game - Knative Edition v2.0</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>