fix: S06.4 document Docker networks / S06.5 consolidate CI workflows (DRY patterns, standardized timeouts)
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
# CI Workflow — see scripts/ci/README.md for DRY patterns
|
||||
# Shared patterns:
|
||||
# checkout → setup → cache → install → test → build → deploy
|
||||
# Cache keys: python-{md5sum} / node-{md5sum} (dev prefixes with python-dev/node-dev)
|
||||
# Timeout: 600s for pip installs
|
||||
# Image names: nas-dashboard:sha (main) / nas-dashboard-dev:sha (dev)
|
||||
|
||||
name: Deploy Dashboard (Main)
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user