10 lines
569 B
Plaintext
10 lines
569 B
Plaintext
# 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
|