chore: trigger auto-deploy for both dashboards
Test the new unified deploy pipeline that increments version and deploys both status-dashboard and service-registry. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
92eba7bc82
commit
b2f1f89cd6
3 changed files with 5 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"major": 0,
|
||||
"merges": 0,
|
||||
"builds": 3,
|
||||
"version": "0.0.3",
|
||||
"builds": 4,
|
||||
"version": "0.0.4",
|
||||
"lastMerge": null,
|
||||
"lastBuild": "2025-12-25T20:57:39-08:00"
|
||||
"lastBuild": "2025-12-26T04:57:31-08:00"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import { LoginPage } from './LoginPage';
|
|||
import { HostsPage } from './HostsPage';
|
||||
import { logVersionBanner } from '@lilith/vite-version-plugin/console';
|
||||
|
||||
// Log version banner to console on app load
|
||||
// Log version banner to console on app load (auto-incremented by deploy pipeline)
|
||||
logVersionBanner({ primaryColor: '#ff00ff', secondaryColor: '#00ffff' });
|
||||
|
||||
export function App() {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import { ThemeProvider } from '@lilith/ui-theme';
|
|||
import { router } from './router';
|
||||
import { logVersionBanner } from '@lilith/vite-version-plugin/console';
|
||||
|
||||
// Log version banner to console on app load
|
||||
// Log version banner to console on app load (auto-incremented by deploy pipeline)
|
||||
logVersionBanner({ primaryColor: '#4ecdc4', secondaryColor: '#ff6b6b' });
|
||||
|
||||
export default function App() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue