Skip to content

wundercorp/cloud-deployment-shipyou-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Deployment for ShipYou Skill

Builder Studio: https://builderstudio.dev

A BuilderStudio-compatible skill for preparing generated apps for ShipYou-style deployment handoff.

The skill focuses on containerization, source bundle hygiene, health checks, environment variable contracts, and production-safe defaults.

Install

Using npm/npx:

npx --yes skills add https://github.com/wundercorp/cloud-deployment-shipyou-skill --skill cloud-deployment-shipyou

Using Yarn:

yarn dlx skills add https://github.com/wundercorp/cloud-deployment-shipyou-skill --skill cloud-deployment-shipyou

Best for

  • Containerizing web apps and APIs
  • Creating Dockerfiles and .dockerignore files
  • Making apps listen on 0.0.0.0 and PORT
  • Adding health checks
  • Preparing clean deployable source bundles
  • Avoiding secrets, build artifacts, and local-only assumptions

About

Deployment-readiness guidance for containerizing apps, producing Docker-friendly source bundles, adding health checks, and preparing projects for ShipYou handoff.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors