fix: point staging to localhost exclusively and entirely (#459)
Some checks failed
Staging Smoke Test / smoke-test (push) Failing after 1s
Deploy Nexus / deploy (push) Failing after 8s

This commit was merged in pull request #459.
This commit is contained in:
2026-03-24 21:21:07 +00:00
parent 24e71396cc
commit 06faa75df7
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)