https://github.com/medamine980/easy-deployer
https://github.com/medamine980/easy-deployer
deployer deployer-simplifier easy-deployer fast-deployer github-deployer python-deployer simple-deployer
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/medamine980/easy-deployer
- Owner: medamine980
- License: mit
- Created: 2021-09-09T23:56:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T10:28:12.000Z (about 2 years ago)
- Last Synced: 2025-12-17T00:13:02.725Z (26 days ago)
- Topics: deployer, deployer-simplifier, easy-deployer, fast-deployer, github-deployer, python-deployer, simple-deployer
- Language: Python
- Homepage:
- Size: 32.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Easy-Deployer:
Easy-deployer is used to simplify and speed up the deployment process.
## Supported platforms to deploy to:
- Github
- ~~Heroku~~ (Not supported since they stopped offering the free plan)
## OS Support:
Currently windows is the only supported os.
## Setup
With python (python >= 3.7):
```shell
pip install easy-deployer
# or
python -m pip install easy-deployer
```
Without python: you can download the [executable binary][bin/exe]
## How to use
The easiest way is to just execute the easy-deployer executable and then you're gonna be prompted to enter some information such as: where do you want deploy it? what type of commande would you like to choose etc...
Otherwise you can use the option --help for more info.
[bin/exe]: https://github.com/medamine980/easy-deployer/raw/main/bin/easy-deployer.exe