py-mina

Python library for deploying applications on remote server


Keywords
deployfile, nodejs, py-mina, python-library
License
MIT
Install
pip install py-mina==0.2.6

Documentation

py_mina

Deployer and server automation tool

Python library for deploying applications on remote server.

Inspired by https://github.com/mina-deploy/mina

Documentation

Examples

In examples folder you will find examples of deploying:

Usage

1. Create deployfile in deploy/deploy.py

$ py_mina init

2. Edit deployfile deploy/deploy.py

3. Run task from deployfile

$ py_mina -f deploy/deploy.py run setup
$ py_mina -f deploy/deploy.py run deploy