mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-07-01 07:20:58 +02:00
f8ed75a095
* ci: build app artifacts for tags * ci: build app artifacts for tags * ci: build app artifacts for tags
22 lines
510 B
Markdown
22 lines
510 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
|
|
- **`mobile.yml`** - Flutter mobile tests with coverage reporting
|
|
- **`release.yml`** - Tag-triggered Flutter release builds for Android and iOS
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
# Build locally
|
|
docker-compose build
|
|
|
|
# Deploy
|
|
docker-compose up -d
|
|
```
|