Skip to content

Commit

Permalink
Set modification dates
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-fenton-octopus committed Oct 11, 2023
1 parent 65b9604 commit 46c64a0
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/pages/docs/deployments/custom-scripts/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Custom scripts
description: Custom scripts allows you to script anything you want using PowerShell, Dotnet Script, F#, Python, or Bash.
navOrder: 120
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-07-18
modDate: 2023-10-11
title: Logging messages from scripts
description: When your scripts emit messages Octopus will display the messages in the Task Logs at the most appropriate level for the message.
navOrder: 50
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Output variables
description: Your scripts can emit variables that are available in subsequent deployment steps.
navOrder: 70
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Passing parameters to scripts
description: Octopus can pass parameters to your custom script files for any of the supported scripting languages.
navOrder: 40
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Reference files within a package
description: How to reference files within a package.
navOrder: 80
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Using variables in scripts
description: With Octopus you can define variables for use with your custom scripts.
navOrder: 30
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: SSH target requirements
description: Requirements for using SSH deployment targets with Octopus.
navOrder: 15
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Linux Tentacle
description: How to install and configure Octopus Tentacles on Linux Servers in either listening or polling mode.
navOrder: 20
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Migrate to Octopus Server Linux Container from Windows Container
description: A guide on how to migrate to the Octopus Server Linux Container from the Octopus Server Windows Container
navOrder: 20
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Migrate to Octopus Server Linux Container from Windows Server
description: A guide on how to migrate to the Octopus Server Linux Container from Octopus Server running on a Windows Server
navOrder: 10
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/octopus-rest-api/calamari.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Calamari
description: Calamari is the command-line tool invoked by Tentacle during a deployment. It knows how to extract and install NuGet packages, run the Deploy.ps1 etc. conventions, modify configuration files, and all the other things that happen during an deployment.
navOrder: 70
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/projects/deployment-process/artifacts.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Artifacts
description: Artifacts in Octopus provide a convenient way to collect files from remote machines during deployments.
navOrder: 10
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/projects/variables/output-variables.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-01-01
modDate: 2023-01-01
modDate: 2023-10-11
title: Output variables
description: Output variables allow you to set dynamic variables in one step that can be used in subsequent steps.
navOrder: 30
Expand Down

0 comments on commit 46c64a0

Please sign in to comment.