Skip to content

Commit 4786abb

Browse files
committed
Typo issue - instance_deploy_manifest
Fixed: #17
1 parent 0ff9f7f commit 4786abb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

oci-deployment-examples/oci-devops-deploy-instances-with-blue-green-model/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If you are using a code repo other than `OCI code repo` ,ensure to set an extern
8585

8686
```
8787
outputArtifacts:
88-
- name: instace_deploy_manifest
88+
- name: instance_deploy_manifest
8989
type: BINARY
9090
# this location tag doesn't effect the tag used to deliver the container image
9191
# to the Container Registry

oci-deployment-examples/oci-devops-deploy-instances-with-blue-green-model/build_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
runAs: root
5050

5151
outputArtifacts:
52-
- name: instace_deploy_manifest
52+
- name: instance_deploy_manifest
5353
type: BINARY
5454
# this location tag doesn't effect the tag used to deliver the container image
5555
# to the Container Registry

oci-deployment-examples/oci-devops-deploy-instances-with-canary/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If you are using a code repo other than `OCI code repo` ,ensure to set an extern
8787

8888
```
8989
outputArtifacts:
90-
- name: instace_deploy_manifest
90+
- name: instance_deploy_manifest
9191
type: BINARY
9292
# this location tag doesn't effect the tag used to deliver the container image
9393
# to the Container Registry

oci-deployment-examples/oci-devops-deploy-instances-with-canary/build_spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ steps:
4949
runAs: root
5050

5151
outputArtifacts:
52-
- name: instace_deploy_manifest
52+
- name: instance_deploy_manifest
5353
type: BINARY
5454
# this location tag doesn't effect the tag used to deliver the container image
5555
# to the Container Registry

0 commit comments

Comments
 (0)