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
- Host: GitHub
- URL: https://github.com/ignema/minici
- Owner: Ignema
- Created: 2022-10-20T11:47:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T16:03:42.000Z (over 3 years ago)
- Last Synced: 2025-08-25T02:29:21.128Z (10 months ago)
- Topics: fastapi, pipenv, python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.