config/promotion-targets.example.json

{
  "schemaVersion": "1.0",
  "profiles": {
    "production-local": {
      "kind": "local",
      "runtimeDirectory": "production",
      "publicBaseUrl": "http://127.0.0.1:18083",
      "verification": ["build", "documentation", "health", "version"],
      "rollback": "local-release-snapshot"
    },
    "production-online": {
      "kind": "remote",
      "publicBaseUrl": "https://wissen.guggat.de",
      "connectionConfig": "~/.config/netzwerksolution/promotion/production-online.json",
      "verification": ["local-release-proof", "https", "landing-page", "version"],
      "rollback": "remote-release-snapshot",
      "requiresExplicitInvocation": true
    }
  }
}