Automatically deploy git repositories
Project description
pydeploy
Automatically deploy git repositories
Background
I made this tool because I need something to automatically deploy my web services on staging/testing server. However, I don't really need it to be robust like Jenkins. I only need a simple script that just easily customizable, lightweight, and easy to configure.
Installation
pip install pydeploycli
Usage
-
Create a config file in JSON format like this
{ "pre_script": ["echo 1", "echo 2"], "post_script": ["python3 app.py"], "remote": "<remote>", "branch": "<branch>", "notifier": { "type": "<discord / slack>", "receiver": "<webhook>" } }
pre_script are bash commands that are executed before pull. post_scripts are the same but executed after pull. You can ignore the notifier part if you don't want to be notified. Save this config to file.
-
Clone your repository, move to your repository directory. If your repository is private, you can store your username & password first or use ssh.
-
Execute pyDeploy in that directory
pydeploy "path/to/config/file"
Your webhook will be running on
http://IP:9999/<endpoint>
endpoint will be printed when you execute pydeploy you can also set your own endpoint by providing
--endpoint
option -
Copy that webhook URL and put it on your github webhook setting. Select the content type to json.
-
Done! Now your server will automatically pull and execute your predefined script.
Issues? Changes?
Just open an issue/pull request. Thanks
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyDeployCLI-0.0.3.tar.gz
.
File metadata
- Download URL: PyDeployCLI-0.0.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc2193322641833492ea553db9fd3364df53fe34c23614860b779036a68ed758 |
|
MD5 | 0fd7ed59eb200346cf26535e8bbf750b |
|
BLAKE2b-256 | 2fb469922746b3efb1308713f1c818272938f55d91a00f4003834e49668a9c70 |