https://github.com/open-ug/conveyor
Conveyor CI is a headless, cloud-native CI/CD orchestration engine.
https://github.com/open-ug/conveyor
cicd cloud devops
Last synced: 18 days ago
JSON representation
Conveyor CI is a headless, cloud-native CI/CD orchestration engine.
- Host: GitHub
- URL: https://github.com/open-ug/conveyor
- Owner: open-ug
- License: apache-2.0
- Created: 2025-04-10T11:42:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-28T09:10:35.000Z (21 days ago)
- Last Synced: 2026-05-28T10:24:58.899Z (21 days ago)
- Topics: cicd, cloud, devops
- Language: Go
- Homepage: https://conveyor.open.ug
- Size: 36.6 MB
- Stars: 89
- Watchers: 2
- Forks: 24
- Open Issues: 16
-
Metadata Files:
- Readme: docs/README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-cloud-native - conveyor - Conveyor CI is an extensible Software Framework/Engine for building CI/CD Platforms. (Continuous Delivery & GitOps)
README
# Website
This website is built using [Docusaurus](https://docusaurus.io/), a modern static website generator.
### Installation
```
$ yarn
```
### Local Development
```
$ yarn start
```
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
### Build
```
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
### Deployment
Using SSH:
```
$ USE_SSH=true yarn deploy
```
Not using SSH:
```
$ GIT_USER= yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.