automatic-deployer 0.3.3

Creator: codyrutscher

Last updated:

Add to Cart

Description:

automaticdeployer 0.3.3

Automatic Deployer
A CLI App to watch git repo and automatically run a command (deploy command, ex. build and run docker container) after inspecting some changes.
Installation

Create virtual environment.
python -m venv venv
Activate virtual environment.
Install package.
pip install automatic-deployer

Running
Setup
Use the following command to set up watcher.

deployer setup

Follow the prompt for required inputs or use --help to direct accessing the command arguments.
deployer setup --help
Run
Use the following command to start watching repo up watcher.
deployer start
Additional Commands
Use --help for additional commands and their functionality.

deployer --help
Notes

If you want to watch a private repo, you can use the following style git url.
https://oauth2:TOKEN@github.com/username/repo.git

TOKEN can be generated throw your vcs.



Future Features

Currently, it only supports main branch but in near we will add option to watch other branches too.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.