Skip to content

Solving real-world problems using Rust, Kubernetes, and other Cloud-Native technologies.

License

Notifications You must be signed in to change notification settings

ecliptical/ecliptical.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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.

About

Solving real-world problems using Rust, Kubernetes, and other Cloud-Native technologies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published