This commit is contained in:
NuklearRabbit
2026-07-24 20:29:23 +02:00
commit 66060348da
107 changed files with 14771 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# ForgeFlow deployment targets
#
# Format (one target per line, no shell syntax):
# repository|environment|app_dir|branch|compose_file|healthcheck_url|status_file
#
# Keep this file root-owned and not writable by the runner account.
jens/example-app|production|/srv/example-app|main|/srv/example-app/compose.yml|http://127.0.0.1:8080/health|/var/lib/forgeflow-status/example-app-production.json
jens/example-app|staging|/srv/example-app-staging|main|/srv/example-app-staging/compose.yml|http://127.0.0.1:18080/health|/var/lib/forgeflow-status/example-app-staging.json