Skip to content

Commit

Permalink
Update reference-architectures.md
Browse files Browse the repository at this point in the history
The modDate shouldn't be before the pubDate.
  • Loading branch information
steve-fenton-octopus authored Oct 23, 2023
1 parent ef087f7 commit 0cdc4a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/docs/getting-started/reference-architectures.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
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.

0 comments on commit 0cdc4a7

Please sign in to comment.