From first line to prod faster
npm i -g bit-ship

Helps you on every step
Analyser
Scans your repo and containerize it
Images
Small yet powerfull
80 MB
100 MB

200 MB

Vaults
Stores env and secrets
Jobs
Ship with confidence
Apps
Runs your infrastructure

Packed to CLI

One config rules all

bit-ship.yml
images:
default:
name: bitship/bit-8245d4aa9d61019a2ed1cdda521f31841488a3f7fee3f3abccd25c126925b7e4
dependencies:
node: latest
pnpm: latest
tasks:
lint:
script: pnpm lint
build:
script: pnpm build
jobs:
ci:
tasks: [lint, build]
apps:
web:
task:
script: pnpm dev
vault:
env:
API_URL: "http://api.com"
expose:
- port: 3000
localHost: web.localhost
Cut the noise. Ship!

