Skip to content

Commit 42dd300

Browse files
committed
Typo fixed - instance_deploy_manifest
Fixed: #17
1 parent ca40eea commit 42dd300

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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/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)