Skip to content

dotcom-dev/k8s-deployer-action

 
 

Repository files navigation

K8S Deployer Action

Inputs

Outputs

Usage

Development

  1. Do the changes
  2. Build the code: yarn build
  3. Update the version in package.json
  4. Commit the changes
  5. Create a new tag with the version: git tag -a v3.0.0 -m v3.0.0
  6. Push the changes: git push origin main --tags

Roadmap

  • Add support for kubectl commands
  • Add support for helm commands
  • Multiple deployments
  • Multiple Helm repos

Inspirations

About

K8S Deployer Action

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 73.3%
  • JavaScript 26.7%