Skip to content

Commit ba1666d

Browse files
ORM deploy button added
1 parent 6aa8f8e commit ba1666d

File tree

1 file changed

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

1 file changed

+8
-4
lines changed

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,18 @@ 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 -folder</a> to <code>Stack Configuration</code> (<b>folder type</b>) or click this button to deploy on your OCI tenancy:
54+
55+
<p>
56+
[![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)
57+
5458
<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.
59+
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.
5660
<p>
5761

5862
### Stack settings
5963

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

6266
![Stack](./files/stack.jpg)
6367

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

71-
Run Stacks's Apply to create the OCI DevOps project.
75+
After creation run Stacks's Apply to create the OCI DevOps project.
7276
<p>
7377
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.
7478
<br>

0 commit comments

Comments
 (0)