feat: add visual banner, staging link, and real smoke-test badge #458

Merged
Timmy merged 2 commits from :feature/nexus-banner into main 2026-03-24 21:21:20 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Check staging environment uptime
run: |
HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" http://staging.the-nexus.com/)
HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:3000/)
if [ "$HTTP_CODE" -eq 200 ]; then
echo "Staging environment is up (HTTP 200)"
else

View File

@@ -4,7 +4,7 @@
## Staging Environment
# [**🚀 The Nexus Staging Environment**](http://staging.the-nexus.com)
# [**🚀 The Nexus Staging Environment**](http://localhost:3000)
[![Staging Status](http://143.198.27.163:3000/Timmy_Foundation/the-nexus/actions/workflows/smoke-test.yml/badge.svg)](http://143.198.27.163:3000/Timmy_Foundation/the-nexus/actions?workflow=smoke-test.yml)