Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1013e2531f |
@@ -52,39 +52,3 @@ jobs:
|
|||||||
echo "==> $f"
|
echo "==> $f"
|
||||||
nomad job validate "$f"
|
nomad job validate "$f"
|
||||||
done
|
done
|
||||||
|
|
||||||
image-pull:
|
|
||||||
name: Docker image pull validation
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
# Only run on PRs that touch nomad job specs
|
|
||||||
if: github.event_name == 'pull_request'
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- name: Pull changed images
|
|
||||||
run: |
|
|
||||||
git fetch origin ${{ github.base_ref }}
|
|
||||||
IMAGES=$(git diff origin/${{ github.base_ref }}...HEAD -- '*.nomad.hcl' \
|
|
||||||
| grep '^+\s*image\s*=' \
|
|
||||||
| grep -oP '"[^"]+:[^"]+"' \
|
|
||||||
| tr -d '"' \
|
|
||||||
| sort -u || true)
|
|
||||||
|
|
||||||
if [ -z "$IMAGES" ]; then
|
|
||||||
echo "No image changes detected, skipping pull."
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
FAILED=0
|
|
||||||
while IFS= read -r image; do
|
|
||||||
echo "==> Pulling $image"
|
|
||||||
if ! docker pull "$image"; then
|
|
||||||
echo "ERROR: Failed to pull $image"
|
|
||||||
FAILED=1
|
|
||||||
fi
|
|
||||||
done <<< "$IMAGES"
|
|
||||||
|
|
||||||
exit $FAILED
|
|
||||||
|
|||||||
Generated
+24
-26
@@ -2,34 +2,32 @@
|
|||||||
# Manual edits may be lost in future updates.
|
# Manual edits may be lost in future updates.
|
||||||
|
|
||||||
provider "registry.terraform.io/hashicorp/null" {
|
provider "registry.terraform.io/hashicorp/null" {
|
||||||
version = "3.3.1"
|
version = "3.2.4"
|
||||||
constraints = "3.3.1"
|
constraints = "3.2.4"
|
||||||
hashes = [
|
hashes = [
|
||||||
"h1:4pjRixNj9/nijyC0jrCr8tYOpZ8afFwZ2M86y81PMa0=",
|
"h1:+Ag4hSb4qQjNtAS6gj2+gsGl7v0iB/Bif6zZZU8lXsw=",
|
||||||
"h1:6H++HbVhT9h31TNdGvlkW+2rjeWzgdjy98zqWpEJbgk=",
|
"h1:127ts0CG8hFk1bHIfrBsKxcnt9bAYQCq3udWM+AACH8=",
|
||||||
"h1:8fi/ACgBQzyw1gloPdzewHbGNeNCX1roaKHRYA1oJIM=",
|
"h1:1fD1DCOTkei4uxrLwszCkQapuZcw5sq4CatKFtRg58E=",
|
||||||
"h1:EVks/Xyl9ffLEDraAp8RSsynzoVbTHOsof5n2niAsa0=",
|
"h1:DskWuCIvJ4FBUpngJsiRCtVFiKZMQbT3WQgn9GBnFPc=",
|
||||||
"h1:GYp3g8OhJCT2nc0Nv5s8HPh9nsMydHbjyUh6P4sE+8w=",
|
"h1:L5V05xwp/Gto1leRryuesxjMfgZwjb7oool4WS1UEFQ=",
|
||||||
"h1:KWpBuTftQiLorSdw8QDMivKf6IhvVV0RzrdWSN53Qzs=",
|
"h1:Oz/OcdizPzjor4pnGHNvcXURwyS6uDDXAZccg4R6iR4=",
|
||||||
"h1:TuxJq10DVnRP7c5HBZPyyvQGcckNVfijyU1eXEu5e4M=",
|
"h1:TpiL9vwc23kFuJgQlFsgIlaI4WjAsX9H3LLzcZ36Yfs=",
|
||||||
"h1:VMDxsLCSHpRC04bNeQw0JTvm5HhShID64QCSPvi9DRc=",
|
"h1:VMNuSHZMkfsbrzvhpp6lzm2vWdmT/1vuUdW0x+Dsa0Q=",
|
||||||
"h1:c7EI8Sso93CiiAmD7P/53OOjAm5A7Q2+Z30aUTUFaEs=",
|
"h1:dNVrmZwFvVPlL2FqTMDasI6mbDIr9pcn7tHexkZU9z8=",
|
||||||
"h1:m5FqidbIgh+E9OigiZh8/xbkvpUQFSj3hZo/jqNLCLQ=",
|
"h1:hkf5w5B6q8e2A42ND2CjAvgvSN3puAosDmOJb3zCVQM=",
|
||||||
"h1:mV9WSUbshqmqPnhbOg198pgnjJQNnYixjXlovJBbl54=",
|
"h1:wTNrZnwQdOOT/TW9pa+7GgJeFK2OvTvDmx78VmUmZXM=",
|
||||||
"h1:oTK+zJCvllZur0nfzBZFGbflcZbvxnESJxepZprFRik=",
|
"zh:59f6b52ab4ff35739647f9509ee6d93d7c032985d9f8c6237d1f8a59471bbbe2",
|
||||||
"zh:08c59776542ea16e5a8545752787b17ff412922182b4cfabe16139197be8ac44",
|
|
||||||
"zh:123109cc7e5ed6d515787fbc212f2a3fd5e75647bb24ab7c801ccd4d4ed42451",
|
|
||||||
"zh:14b3fa4372754b54844b41d5dbd4671a292d8d6828b90169061feb4d7b15dd05",
|
|
||||||
"zh:56a4daaa3212f57b764bf3d1f333141c6610c5f21abb240e0111221f7c7fa4d4",
|
|
||||||
"zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3",
|
"zh:78d5eefdd9e494defcb3c68d282b8f96630502cac21d1ea161f53cfe9bb483b3",
|
||||||
"zh:7e888a026dbacd2474a42264227ae35f639780f0f0c613529d10a95cd61988b3",
|
"zh:795c897119ff082133150121d39ff26cb5f89a730a2c8c26f3a9c1abf81a9c43",
|
||||||
"zh:85a53646267e87d600df7124e4767ffde9bba3b6356d45d961618bdd68131cc7",
|
"zh:7b9c7b16f118fbc2b05a983817b8ce2f86df125857966ad356353baf4bff5c0a",
|
||||||
"zh:8ffa0e9c7c39b2ab0905b472465d6e35ef0b776b3f6273bb34c150340b61bff1",
|
"zh:85e33ab43e0e1726e5f97a874b8e24820b6565ff8076523cc2922ba671492991",
|
||||||
"zh:9846510a1841530d4403f4818e233f91e3b3bade7441047599fbf800742f65be",
|
"zh:9d32ac3619cfc93eb3c4f423492a8e0f79db05fec58e449dee9b2d5873d5f69f",
|
||||||
"zh:afa98d44860875f037c6def0a7e6ff208e042712ba771f620482b143cd336891",
|
"zh:9e15c3c9dd8e0d1e3731841d44c34571b6c97f5b95e8296a45318b94e5287a6e",
|
||||||
"zh:bdca130d9ef27488ae0b13bc8fd8019e8bbdd4f2ceff29da066bd333165d68c5",
|
"zh:b4c2ab35d1b7696c30b64bf2c0f3a62329107bd1a9121ce70683dec58af19615",
|
||||||
"zh:cb3b94cbca88210dd0d1f11e2b8a89333f48c3857faf8f70f589072ce7c28610",
|
"zh:c43723e8cc65bcdf5e0c92581dcbbdcbdcf18b8d2037406a5f2033b1e22de442",
|
||||||
"zh:f0c0ba87925fe32f84b80f7513b1efb1b0866f51f899ba825e95ad59ff09b018",
|
"zh:ceb5495d9c31bfb299d246ab333f08c7fb0d67a4f82681fbf47f2a21c3e11ab5",
|
||||||
|
"zh:e171026b3659305c558d9804062762d168f50ba02b88b231d20ec99578a6233f",
|
||||||
|
"zh:ed0fe2acdb61330b01841fa790be00ec6beaac91d41f311fb8254f74eb6a711f",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ terraform {
|
|||||||
required_providers {
|
required_providers {
|
||||||
null = {
|
null = {
|
||||||
source = "hashicorp/null"
|
source = "hashicorp/null"
|
||||||
version = "3.3.1"
|
version = "3.2.4"
|
||||||
}
|
}
|
||||||
template = {
|
template = {
|
||||||
source = "hashicorp/template"
|
source = "hashicorp/template"
|
||||||
|
|||||||
@@ -58,10 +58,8 @@ job "pgadmin" {
|
|||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/"
|
path = "/"
|
||||||
port = "http"
|
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -7,10 +7,6 @@ job "postgres" {
|
|||||||
connect {
|
connect {
|
||||||
sidecar_service {}
|
sidecar_service {}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Note: TCP checks are not valid for Connect-enabled services (runs through
|
|
||||||
# Envoy sidecar). Postgres is a single-writer DB that we never canary, so
|
|
||||||
# observable health via Consul is lower priority than other services.
|
|
||||||
}
|
}
|
||||||
|
|
||||||
task "postgres" {
|
task "postgres" {
|
||||||
|
|||||||
@@ -33,10 +33,8 @@ job "authelia" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/health"
|
path = "/health"
|
||||||
port = "http"
|
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,8 +35,7 @@ job "traefik" {
|
|||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
name = "alive"
|
||||||
type = "http"
|
type = "tcp"
|
||||||
path = "/ping"
|
|
||||||
port = "api"
|
port = "api"
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
@@ -86,9 +85,6 @@ api:
|
|||||||
dashboard: true
|
dashboard: true
|
||||||
insecure: true
|
insecure: true
|
||||||
|
|
||||||
ping:
|
|
||||||
entryPoint: traefik
|
|
||||||
|
|
||||||
providers:
|
providers:
|
||||||
file:
|
file:
|
||||||
directory: "/etc/traefik/configs/"
|
directory: "/etc/traefik/configs/"
|
||||||
|
|||||||
@@ -29,6 +29,7 @@ job "act-runner" {
|
|||||||
|
|
||||||
env = {
|
env = {
|
||||||
GITEA_INSTANCE_URL = "https://gitea-1ef0bea6b75a4fd3e9393a9f7f7e4b02.othrayte.one"
|
GITEA_INSTANCE_URL = "https://gitea-1ef0bea6b75a4fd3e9393a9f7f7e4b02.othrayte.one"
|
||||||
|
CONFIG_FILE = "/secrets/runner-config.yml"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Required SOPS key:
|
# Required SOPS key:
|
||||||
@@ -42,6 +43,19 @@ EOF
|
|||||||
env = true
|
env = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Limit which images/labels the runner will accept so it doesn't pick up
|
||||||
|
# unrelated workloads if more runners are added later.
|
||||||
|
template {
|
||||||
|
data = <<EOF
|
||||||
|
runner:
|
||||||
|
labels:
|
||||||
|
- "ubuntu-latest:docker://node:20-bookworm"
|
||||||
|
- "ubuntu-22.04:docker://node:20-bookworm"
|
||||||
|
- "ubuntu-24.04:docker://node:20-bookworm"
|
||||||
|
EOF
|
||||||
|
destination = "secrets/runner-config.yml"
|
||||||
|
}
|
||||||
|
|
||||||
resources {
|
resources {
|
||||||
cpu = 200
|
cpu = 200
|
||||||
memory = 256
|
memory = 256
|
||||||
|
|||||||
@@ -54,10 +54,8 @@ EOH
|
|||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/"
|
path = "/"
|
||||||
port = "http"
|
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
@@ -80,10 +78,8 @@ EOH
|
|||||||
}
|
}
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/"
|
path = "/"
|
||||||
port = "http"
|
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,10 +32,8 @@ job "gitea" {
|
|||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/api/healthz"
|
path = "/"
|
||||||
port = "http"
|
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ job "glance" {
|
|||||||
driver = "docker"
|
driver = "docker"
|
||||||
|
|
||||||
config {
|
config {
|
||||||
image = "glanceapp/glance:v0.7.8"
|
image = "glanceapp/glance:latest"
|
||||||
ports = ["http"]
|
ports = ["http"]
|
||||||
volumes = [
|
volumes = [
|
||||||
"local/glance.yml:/app/config/glance.yml",
|
"local/glance.yml:/app/config/glance.yml",
|
||||||
@@ -30,8 +30,7 @@ job "glance" {
|
|||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
name = "alive"
|
||||||
type = "http"
|
type = "tcp"
|
||||||
path = "/"
|
|
||||||
port = "http"
|
port = "http"
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
|
|||||||
@@ -28,11 +28,10 @@ job "jellyfin" {
|
|||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
name = "alive"
|
||||||
type = "http"
|
type = "tcp"
|
||||||
path = "/health"
|
|
||||||
port = "http"
|
port = "http"
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "5s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -33,10 +33,8 @@ job "ntfy" {
|
|||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/healthz"
|
path = "/healthz"
|
||||||
port = "http"
|
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,10 +31,8 @@ job "openreader" {
|
|||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/"
|
path = "/"
|
||||||
port = "http"
|
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
@@ -50,10 +48,8 @@ job "openreader" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/"
|
path = "/"
|
||||||
port = "http"
|
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,9 +34,8 @@ job "prowlarr" {
|
|||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/ping"
|
path = "/"
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
@@ -52,9 +51,8 @@ job "prowlarr" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/ping"
|
path = "/"
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,9 +37,8 @@ job "sonarr" {
|
|||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/ping"
|
path = "/"
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
@@ -55,9 +54,8 @@ job "sonarr" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/ping"
|
path = "/"
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,10 +16,8 @@ job "transfer" {
|
|||||||
]
|
]
|
||||||
|
|
||||||
check {
|
check {
|
||||||
name = "alive"
|
|
||||||
type = "http"
|
type = "http"
|
||||||
path = "/"
|
path = "/"
|
||||||
port = "http"
|
|
||||||
interval = "10s"
|
interval = "10s"
|
||||||
timeout = "2s"
|
timeout = "2s"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,26 +21,6 @@ job "unifi-network" {
|
|||||||
UNIFI_STDOUT = "true"
|
UNIFI_STDOUT = "true"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Register in Consul so Traefik and health checks can find it.
|
|
||||||
# address_mode=driver uses the macvlan IP (192.168.1.50) rather than the host IP.
|
|
||||||
service {
|
|
||||||
name = "unifi-network"
|
|
||||||
port = 8443
|
|
||||||
address_mode = "driver"
|
|
||||||
|
|
||||||
# TCP/HTTP checks from the Consul agent can't reach the macvlan IP (host↔macvlan
|
|
||||||
# isolation). Use a script check instead — it runs inside the container via
|
|
||||||
# docker exec and connects to localhost:8443 directly.
|
|
||||||
check {
|
|
||||||
name = "alive"
|
|
||||||
type = "script"
|
|
||||||
command = "/usr/bin/curl"
|
|
||||||
args = ["-sk", "--max-time", "5", "-o", "/dev/null", "https://localhost:8443"]
|
|
||||||
interval = "30s"
|
|
||||||
timeout = "10s"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
volume_mount {
|
volume_mount {
|
||||||
volume = "unraid_appdata_unifi_network"
|
volume = "unraid_appdata_unifi_network"
|
||||||
destination = "/unifi" # Expected root directory (contains data, log, cert subdirs)
|
destination = "/unifi" # Expected root directory (contains data, log, cert subdirs)
|
||||||
|
|||||||
+5
-5
@@ -188,8 +188,8 @@ Most jobs already have Consul health checks — these can use `health_check = "c
|
|||||||
| frigate | ✅ | ✅ `single-node-writer` | ⚠️ same — rolling |
|
| frigate | ✅ | ✅ `single-node-writer` | ⚠️ same — rolling |
|
||||||
| glance | ✅ | no | ✅ yes |
|
| glance | ✅ | no | ✅ yes |
|
||||||
| transfer | ✅ | ✅ `single-node-writer` | ⚠️ rolling |
|
| transfer | ✅ | ✅ `single-node-writer` | ⚠️ rolling |
|
||||||
| openreader | ✅ `/` | ✅ `single-node-writer` | ⚠️ rolling |
|
| openreader | ❌ | ✅ `single-node-writer` | ⚠️ add check first, then rolling |
|
||||||
| unifi | ✅ script | ✅ `single-node-writer` | ⚠️ rolling |
|
| unifi | ❌ | ✅ `single-node-writer` | ⚠️ add check first, then rolling |
|
||||||
| traefik | (ingress) | ✅ | ⚠️ rolling — downtime risk, promote quickly |
|
| traefik | (ingress) | ✅ | ⚠️ rolling — downtime risk, promote quickly |
|
||||||
| authelia | (ingress) | ✅ | ✅ stateless config, canary fine |
|
| authelia | (ingress) | ✅ | ✅ stateless config, canary fine |
|
||||||
| renovate | batch job | n/a | n/a — no deployment model |
|
| renovate | batch job | n/a | n/a — no deployment model |
|
||||||
@@ -296,10 +296,10 @@ exit 1
|
|||||||
- [x] **Phase 1a**: Create `act-runner.nomad.hcl` + Terraform wrapper, register runner token in Gitea, get a hello-world workflow green
|
- [x] **Phase 1a**: Create `act-runner.nomad.hcl` + Terraform wrapper, register runner token in Gitea, get a hello-world workflow green
|
||||||
- [x] **Phase 1b**: Add `terraform fmt` + `terraform validate -backend=false` workflow — no secrets needed
|
- [x] **Phase 1b**: Add `terraform fmt` + `terraform validate -backend=false` workflow — no secrets needed
|
||||||
- [x] **Phase 1c**: Add Nomad validate step — add `NOMAD_ADDR` + read-only `NOMAD_TOKEN` to Gitea secrets
|
- [x] **Phase 1c**: Add Nomad validate step — add `NOMAD_ADDR` + read-only `NOMAD_TOKEN` to Gitea secrets
|
||||||
- [x] **Phase 2**: Add image pull validation step to the workflow
|
- [ ] **Phase 2**: Add image pull validation step to the workflow
|
||||||
- [ ] **Phase 3a**: Add `update` stanzas to ntfy and glance (simplest, no volume conflict)
|
- [ ] **Phase 3a**: Add `update` stanzas to ntfy and glance (simplest, no volume conflict)
|
||||||
- [ ] **Phase 3b**: Add rolling `update` stanzas to remaining service jobs (jellyfin, sonarr, prowlarr, deluge, gitea, immich, transfer, frigate, openreader, unifi, authelia, traefik)
|
- [ ] **Phase 3b**: Add rolling `update` stanzas to remaining service jobs (jellyfin, sonarr, etc.)
|
||||||
- [x] **Phase 3c**: Add health checks to openreader and unifi before adding update stanzas
|
- [ ] **Phase 3c**: Add health checks to openreader and unifi before adding update stanzas
|
||||||
- [ ] **Phase 4a**: Add on-push workflow that runs `terraform apply -auto-approve` using full credential set
|
- [ ] **Phase 4a**: Add on-push workflow that runs `terraform apply -auto-approve` using full credential set
|
||||||
- [ ] **Phase 4b**: Add deployment promotion/revert polling script
|
- [ ] **Phase 4b**: Add deployment promotion/revert polling script
|
||||||
- [ ] **Phase 4c**: Wire ntfy notifications for promote/revert outcomes
|
- [ ] **Phase 4c**: Wire ntfy notifications for promote/revert outcomes
|
||||||
|
|||||||
Reference in New Issue
Block a user