/py-mina

Python library for deploying applications on remote server.

Primary LanguagePythonMIT LicenseMIT

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