Skip to content

Commit dc966a7

Browse files
committed
[CDS-114236] Added keyword tags
1 parent 775773a commit dc966a7

File tree

2 files changed

+50
-1
lines changed

2 files changed

+50
-1
lines changed

docs/continuous-delivery/deploy-srv-diff-platforms/aws/ecs/ecs-deployment-tutorial.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@ helpdocs_topic_id: vytf6s0kwc
66
helpdocs_category_id: c9j6jejsws
77
helpdocs_is_private: false
88
helpdocs_is_published: true
9+
tags:
10+
- ecs
11+
- amazon-ecs
12+
- aws-ecs
13+
- ecs-deployment
14+
- ecs-rolling-deploy
15+
- aws-iam
16+
- ecs-task-definition
17+
- ecs-service-definition
18+
- ecs-blue-green
19+
- ecs-canary
20+
- ecs-autoscaling
21+
- ecs-run-task
22+
- aws-service-mesh
23+
- ecs-circuit-breaker
24+
- ecs-overrides
25+
- ecs-cloudwatch
26+
- ecs-fargate
27+
- ecs-infrastructure
28+
- ecs-provisioning
29+
- aws-elb
30+
- ecs-target-groups
31+
- ecs-deployment-strategies
32+
- ecs-service-discovery
933
---
1034

1135
This topic shows you how to deploy images to your Amazon Elastic Container Service (ECS) cluster using a Rolling Deployment strategy in Harness.

docs/continuous-delivery/x-platform-cd-features/cd-steps/utilities/shell-script-step.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
---
22
title: Shell Script step
33
description: Execute scripts in the shell session of the stage.
4+
tags:
5+
- shell-script-step
6+
- harness-shell-script
7+
- shell-script-steps-output-variables
8+
- shell-script-input-variables
9+
- shell-script-inline
10+
- shell-script-file-store
11+
- shell-script-powershell
12+
- shell-script-bash
13+
- shell-script-delegate-execution
14+
- shell-script-target-host
15+
- shell-script-output-alias
16+
- shell-script-secret-variables
17+
- shell-script-error-handling
18+
- shell-script-realtime-logging
19+
- shell-script-ignore-failure
20+
- shell-script-kubernetes
21+
- shell-script-include-infra-selectors
22+
- shell-script-advanced-settings
23+
- shell-script-escaping-characters
24+
- shell-script-oidc
25+
- shell-script-mdm
26+
- shell-script-uem
27+
- shell-script-iot
28+
- shell-script-edge
429
sidebar_position: 3
530
---
631

@@ -202,7 +227,7 @@ If you select **Bash**, Harness will use `sh` because it is standardized and por
202227

203228
If you are running the script on a remote VM via ssh, Harness will use the default shell of that machine. Importantly, shebangs in the script such as `#!/bin/sh` or `#!bin/bash` will not override the default setting.
204229

205-
In case of PowerShell, if the script executes on Delegate it requires the powershell binary to be installed as it is not shipped with delegate tools, see the [Install PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.3) for installation instructions.
230+
In case of PowerShell, if the script executes on Delegate, it requires the PowerShell binary to be installed, as it is not shipped withith delegate tools, see the [Install PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-linux?view=powershell-7.3) for installation instructions.
206231

207232
:::info note
208233
PowerShell version 7.5.0 and above are not supported. Users will encounter errors when using version 7.5.0 or later in the Harness delegate.

0 commit comments

Comments
 (0)