An open API service indexing awesome lists of open source software.

https://github.com/ignema/minici

This project is a pluggable script to enable lightweight CI/CD for servers with limited resources
https://github.com/ignema/minici

fastapi pipenv python

Last synced: about 2 months ago
JSON representation

This project is a pluggable script to enable lightweight CI/CD for servers with limited resources

Awesome Lists containing this project

README

          

# miniCI 👁️
This project is a pluggable script to enable lightweight CI/CD for servers with limited resources.

You will need to specify the following environment variables:
- **📫 PROJECT_DIR :** parent directory of your project
- **📋 GITHUB_REPOSITORY :** the link of your github repo. (format: github.com/Ignema/miniCI)
- **🎭 GITHUB_USER :** your github username
- **🔒 GITHUB_TOKEN :** the github token necessary to authenticate with the service. You can generate a personal access token in the developer settings of your account.