Skip to content

Conversation

@adamhjk
Copy link
Contributor

@adamhjk adamhjk commented Oct 21, 2025

Adds a support email address

@github-actions
Copy link

github-actions bot commented Oct 21, 2025

❌ Infrastructure Flags Check Failed

The deployment to sandbox is blocked due to missing infrastructure flags.

Missing Flags

  • redis

Current Status

  • Environment: sandbox
  • Application: tonys-chips
  • Required Flags: redis

Next Steps

  1. Implement the required infrastructure for the environment (or environments)
  2. Open the InfraFlags component in System Initiative
  3. Add the missing flags to the sandbox environment
  4. Apply the changes in System Initiative
  5. Re-run this check

💡 Infrastructure flags ensure that required infrastructure is deployed before promoting your application to an environment.

@github-actions
Copy link

github-actions bot commented Oct 21, 2025

🚀 New Environment Deployed

✅ Your Tony's Chips application has been deployed and will be ready for testing in a few minutes!

Environment Details:

  • 🌐 Application URL: http://98.92.235.8:8080
  • 🏷️ Version: 20251021.095121.0-sha.c2b2d5c
  • Deployed: 2025-10-21T16:58:11.443Z

Quick Links:

Testing the Environment:

# Access the web application
open http://98.92.235.8:8080

# Test API endpoints
curl http://98.92.235.8:8080/api/health
curl http://98.92.235.8:8080/api/products

# Test the full application flow
curl -X POST http://98.92.235.8:8080/api/cart \
  -H "Content-Type: application/json" \
  -d '{"productId": 1, "quantity": 2}'

💡 Tip: This environment will be automatically cleaned up after testing is complete.

Adds a support email address
@johnrwatson
Copy link
Contributor

Closing to tidy up infra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants