{
  "Applications": {
    "$1": {
      "Application": {
        "Description": "A basic starting point for blogs built with Gatsby.",
        "Name": "Blog Starter with Gatsby - Forked Recipe"
      },
      "LookupConfig": {
        "PathRegex": "/.*"
      },
      "LowCodeUnit": {
        "SourceControlLookup": "fork|github://fathym-it/gatsby-starter-blog",
        "Build": "latest",
        "Path": "lcu-github-artifacts-release.yml",
        "Type": "GitHub"
      },
      "Processor": {
        "BaseHref": "/",
        "DefaultFile": "index.html",
        "Type": "DFS"
      }
    }
  },
  "Environments": {
    "$#.PrimaryEnvironment": {
      "Artifacts": {
        "gatsby-blog-build-release": {
          "Name": "Gatsby Blog Build/Release",
          "Output": "./public",
          "Type": "GitHub",
          "BuildCommand": "npm run build",
          "InstallCommand": "npm i",
          "NPMRegistry": "https://registry.npmjs.org/"
        }
      },
      "DevOpsActions": {
        "github-artifacts-release-gatsby-blog": {
          "Name": "GitHub Artifacts - Release - Gatsby Blog",
          "Path": "lcu-github-artifacts-release.yml",
          "ArtifactLookups": ["gatsby-blog-build-release"],
          "Templates": [
            "https://raw.githubusercontent.com/lowcodeunit/infrastructure/master/github/actions/artifacts/_header.hbs.yml",
            "https://raw.githubusercontent.com/lowcodeunit/infrastructure/master/github/actions/artifacts/release-flow.yml"
          ]
        }
      },
      "Sources": {
        "fork|github://fathym-it/gatsby-starter-blog": {
          "DevOpsActionTriggerLookups": ["github-artifacts-release-gatsby-blog"],
          "Branches": ["master"],
          "MainBranch": "master",
          "Organization": "fathym-it",
          "Repository": "gatsby-starter-blog",
          "Name": "github://fathym-it/gatsby-starter-blog",
          "Type": "GitHub"
        }
      }
    }
  }
}
