Skip to content

BlackRoad-Forge/BlackRoad-Infinity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BlackRoad Infinity

Part of BlackRoad OS — Sovereign Computing for Everyone

BlackRoad OS BlackRoad-Forge

BlackRoad Infinity is part of the BlackRoad OS ecosystem — a sovereign, distributed operating system built on edge computing, local AI, and mesh networking by BlackRoad OS, Inc.

BlackRoad Ecosystem

Org Focus
BlackRoad OS Core platform
BlackRoad OS, Inc. Corporate
BlackRoad AI AI/ML
BlackRoad Hardware Edge hardware
BlackRoad Security Cybersecurity
BlackRoad Quantum Quantum computing
BlackRoad Agents AI agents
BlackRoad Network Mesh networking

Website: blackroad.io | Chat: chat.blackroad.io | Search: search.blackroad.io


Edge-to-cloud scaling with automated CI/CD workflows.

Reusable GitHub Actions for the BlackRoad OS ecosystem — auto-deploy, self-healing, security scanning, and dependency management across all repositories.

Workflows

Auto Deploy

Detects service type (Next.js, Docker, Node, Python, static) and deploys to the correct target (Cloudflare Pages, Railway, or static hosting) automatically on push to main.

Self-Healing

Monitors deployments and automatically restarts or redeploys failed services.

Security Scan

Automated vulnerability scanning across all dependencies and code.

Dependabot

Automated dependency updates with security patches.

Usage

Reference these workflows from any BlackRoad repo:

# .github/workflows/deploy.yml
name: Deploy
on:
  push:
    branches: [main]

jobs:
  deploy:
    uses: blackboxprogramming/BlackRoad-Infinity/.github/workflows/auto-deploy.yml@main

Supported Targets

Service Type Detection Deploy Target
Next.js next.config.mjs / next.config.js Cloudflare Pages
Docker Dockerfile Railway
Node.js package.json Railway
Python requirements.txt Railway
Static Default Cloudflare Pages

License

Copyright 2026 BlackRoad OS, Inc. — Alexa Amundson. All rights reserved.

About

BlackRoad Infinity — Edge-to-cloud Kubernetes scaling and fleet orchestration for BlackRoad OS.

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors