diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e8199d..a8ec104 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: ./scripts/setup-deb-agent.sh ./scripts/setup-deb-poller.sh ./scripts/setup-deb-cloud.sh + ./scripts/setup-deb-web.sh ./scripts/setup-deb-dusk-checker.sh ./scripts/setup-deb-snmp-checker.sh - name: List Artifacts (for debugging) diff --git a/web/next.config.ts b/web/next.config.ts index bae678c..ef2819d 100644 --- a/web/next.config.ts +++ b/web/next.config.ts @@ -22,6 +22,4 @@ const nextConfig: NextConfig = { } }; -console.log('Next.js configuration loaded with API_KEY length:', process.env.API_KEY) - export default nextConfig; \ No newline at end of file