Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 2.02 KB

File metadata and controls

59 lines (40 loc) · 2.02 KB

Ecliptical Software Inc. Website

Official company website for Ecliptical Software Inc. - a software development consulting firm specializing in Rust, Kubernetes, and Cloud-Native technologies.

🌐 Live Sites

🛠 Services

  • Instruction, Training, and Tutoring - Personalized online instruction for Rust and Kubernetes
  • Software Development Consulting - Expert consulting in Rust, Kubernetes, and cloud technologies
  • Custom Software Development - Full-stack development services for cloud-native applications

📁 Repository Structure

/
├── docs/                   # Public website assets (GitHub Pages root)
│   ├── index.html          # Main landing page
│   ├── ecliptical-md.png   # Company logo
│   ├── favicon.ico         # Site favicon
│   └── designrush-new-logo.svg
├── AGENTS.md               # AI agent collaboration guidelines
└── README.md               # This file

🚀 Deployment

The website is hosted on:

  • GitHub Pages - Automatically deployed from the /docs folder on push
  • AWS CloudFront + S3 - For custom domains with global CDN

Deploy to AWS

Use the "Deploy to AWS" GitHub Action (manual trigger) or run locally:

# Sync to S3
aws s3 sync docs/ s3://www.eclipticalsoftware.com/

# Invalidate CloudFront cache
aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_DISTRIBUTION_ID --paths "/*"

The GitHub Action uses OIDC federation for secure, secretless authentication with AWS.

📧 Contact

📄 License

This project is proprietary software. See LICENSE for details.

© 2005 - 2026 Ecliptical Software Inc. All rights reserved.