mirror of
https://gitea.com/gitea/act_runner.git
synced 2024-11-10 12:47:22 +01:00
17 lines
578 B
Markdown
17 lines
578 B
Markdown
|
## Usage Examples for `act_runner`
|
||
|
|
||
|
Here you will find usage and deployment examples that can be directly used in a Gitea setup. Please feel free to contribute!
|
||
|
|
||
|
|
||
|
- [`docker`](docker)
|
||
|
Contains scripts and instructions for running containers on a workstation or server with Docker installed.
|
||
|
|
||
|
- [`docker-compose`](docker-compose)
|
||
|
Contains examples of using `docker-compose` to manage deployments.
|
||
|
|
||
|
- [`kubernetes`](kubernetes)
|
||
|
Contains examples of setting up deployments in Kubernetes clusters.
|
||
|
|
||
|
- [`vm`](vm)
|
||
|
Contains examples for setting up virtual or physical servers.
|