mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-03-28 17:42:48 +01:00
20 lines
365 B
Markdown
20 lines
365 B
Markdown
# GitHub Actions Workflows
|
|
|
|
## Workflows
|
|
|
|
- **`docker.yml`** - Build and push Docker images to GHCR
|
|
- **`codeql.yml`** - Security scanning
|
|
- **`python.yml`** - Python ingestor pipeline
|
|
- **`ruby.yml`** - Ruby Sinatra app testing
|
|
- **`javascript.yml`** - Frontend test suite
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# Build locally
|
|
docker-compose build
|
|
|
|
# Deploy
|
|
docker-compose up -d
|
|
```
|