Skip to content

Commit 2580e4e

Browse files
authored
Merge pull request #1589 from oracle-devrel/oci-devops-readme-fix-1
Oci devops readme fix 1
2 parents 6aa8f8e + c036b4f commit 2580e4e

File tree

1 file changed

+9
-4
lines changed
  • app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm

1 file changed

+9
-4
lines changed

app-dev/devops-and-containers/devops/oci-devops-terraform-function-java-graalvm/README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,19 @@ The DevOps project is not specific to any programming language but includes <a h
5050

5151
# How to use this asset?
5252

53-
Clone this repo locally. In OCI Console click <code>Create Stack</code> under <code>Resource Manager</code> in your project compartment. Drag-n-drop the <a href="./files">files -folder</a> to <code>Stack Configuration</code> (<b>folder type</b>).
53+
Clone this repo locally. In OCI Console click <code>Create Stack</code> under <code>Resource Manager</code> in your project compartment. Drag-n-drop the <a href="./files">files</a> -folder to <code>Stack Configuration</code> (<b>folder type</b>) or click this button below to create the stack on your OCI tenancy:
54+
55+
<p>
56+
57+
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/oracle-devrel/technology-engineering/releases/download/latest/devops-tf-stack.zip)
58+
5459
<p>
55-
OCI DevOps IAM Policies are not part of the stack, please refer to <a href="https://docs.oracle.com/en-us/iaas/Content/devops/using/devops_iampolicies.htm">docs</a> how to create them first.
60+
Note! OCI DevOps <code>IAM Policies</code> are not part of the stack, please refer to <a href="https://docs.oracle.com/en-us/iaas/Content/devops/using/devops_iampolicies.htm">docs</a> how to create them before running the devops project pipelines.
5661
<p>
5762

5863
### Stack settings
5964

60-
Before applying the Stack fill in the vars:
65+
Creating the stack in OCI Resource Manger fill in the vars:
6166

6267
![Stack](./files/stack.jpg)
6368

@@ -68,7 +73,7 @@ Before applying the Stack fill in the vars:
6873
<li><i>docker_password</i> is your OCIR Docker user password (your user profile auth token in OCI)</li>
6974
</ul>
7075

71-
Run Stacks's Apply to create the OCI DevOps project.
76+
After creation run Stacks's Apply to create the OCI DevOps project.
7277
<p>
7378
The Stack creates only a <i>private subnet</i> in the VCN and hence the Function cannot be called outside the tenancy by default after the build and deploy.
7479
<br>

0 commit comments

Comments
 (0)