Skip to content

bitroot-org/bitroot-ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bitroot-ops

Central operations repo for Bitroot's OnePlus 6 cloud server.

Contents

.github/workflows/
  deploy.yml          — reusable deploy workflow (call from project repos)

scripts/
  setup-deploy-key.sh — one-time SSH key setup helper

docs/
  bitroot-server-guide.md   — server architecture + CLI reference
  bitroot-employee-setup.md — step-by-step guide for new team members

Quick Start

Using the reusable deploy workflow

In your project repo, create .github/workflows/deploy.yml:

name: Deploy

on:
  push:
    branches: [main]

jobs:
  deploy:
    uses: bitroot-org/bitroot-ops/.github/workflows/deploy.yml@main
    with:
      project_name: your-project-name
    secrets: inherit

Requires ONEPLUS_SSH_KEY secret — see employee setup guide.

First-time setup

./scripts/setup-deploy-key.sh bitroot-org/bitroot-ops

About

Bitroot OnePlus 6 cloud server — CI/CD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages