tysweezy / bixly-deploytools

Library for handling deployment for common projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bixly Deploy Tools

Just a library on top of Fabric that automates our deployment for common projects.

Example Usage:

from bixlydeploy.connection import DeployDjango

django = DeployDjango('someserver.com', username='john', password='mypass', port=22)

print(django.test_run())

About

Library for handling deployment for common projects

License:MIT License


Languages

Language:Python 100.0%