CI/CD
Built-in Actions compatible with GitHub Actions syntax.
Quick Start
name: CI
on: [push]
jobs:
test:
runs-on: host
steps:
- uses: actions/checkout@v4
- run: echo Tests passed
Runner Labels
| Label | Where | Use case |
|---|---|---|
host |
Always-on | Quick jobs |
ci |
Ephemeral Fargate | Full CI |
builder |
EC2 spot | Heavy builds |
deploy |
Lambda | Deploy |
Deploy Flow
push > CI > auto-deploy staging > test > tinqs-cli release v1.2.3 > prod