diff --git a/src/pages/docs/getting-started/reference-architectures.md b/src/pages/docs/getting-started/reference-architectures.md index fab6c5fe87..eb870581dd 100644 --- a/src/pages/docs/getting-started/reference-architectures.md +++ b/src/pages/docs/getting-started/reference-architectures.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2023-10-31 -modDate: 2023-10-23 +modDate: 2023-10-31 title: Reference architectures description: Populate an Octopus space with example projects and supporting resources demonstrating reference architectures navOrder: 55 @@ -56,4 +56,4 @@ The `Docker Project Templates` project contains a runbook called `Create Templat 2. Adds [Github Actions secrets](https://docs.github.com/en/rest/actions/secrets) to allow [workflows](https://docs.github.com/en/actions/using-workflows/about-workflows) to interact with the Octopus server and the DockerHub repository 3. Populates the repo with a sample Node.js web application and GitHub Actions workflow to build the application, push it to DockerHub, and create a release in Octopus -This runbook is an example of platform engineering where DevOps teams can bootstrap sample applications with best practices such as versioning, security scanning, and CI/CD pipelines provided as part of a common base template. \ No newline at end of file +This runbook is an example of platform engineering where DevOps teams can bootstrap sample applications with best practices such as versioning, security scanning, and CI/CD pipelines provided as part of a common base template.