fix: point staging to localhost exclusively and entirely #459
@@ -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
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
## Staging Environment
|
||||
|
||||
# [**🚀 The Nexus Staging Environment**](http://staging.the-nexus.com)
|
||||
# [**🚀 The Nexus Staging Environment**](http://localhost:3000)
|
||||
|
||||
[](http://143.198.27.163:3000/Timmy_Foundation/the-nexus/actions?workflow=smoke-test.yml)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user