Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 469 Bytes

File metadata and controls

21 lines (14 loc) · 469 Bytes

rdeploy

rdeploy is a collection of invoke tasks that wrap common tools and services to make it easier to deploy code to a kubernetes cluster.

Installation

To install, use pip:

pip install rdeploy

Once installed, you can use it from within your project directory. The console script uses an rdeploy.yaml file to configure itself.

Updating on PyPi

rm -rf dist python setup.py sdist bdist_wheel twine upload dist/*