You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: oci-deployment-examples/oci-deployment-shell-stages/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ Sample illustration of OCI DevOps deployment pipeline with *DevOps Deploy Shell
4
4
## Deploy Shell Stage
5
5
The shell stage allows you to run custom commands in the deployment pipeline. This stage can be added at any point in the deployment pipeline. You must prepare a command specification YAML file containing all the steps that you want to run during the deployment. The command spec is run on a container instance host in the selected compartment and subnet in your tenancy.
6
6
7
+
⚠️ - The feature is currently in `limited availability` mode.Please contact your Oracle representative to get it enabled for your tenancy.
8
+
7
9
## Key benefits of adding a Shell stage:
8
10
9
11
- Automate deployments to OCI platforms such as service mesh and container instances using OCI CLI and other pre-installed tools.
0 commit comments