Skip to content

Commit a946272

Browse files
authored
Merge pull request #1394 from oracle-devrel/repo-review-fixed-2
reviewed and fixed
2 parents 16d128c + 64d4151 commit a946272

File tree

8 files changed

+27
-12
lines changed

8 files changed

+27
-12
lines changed

app-dev/devops-and-containers/devops/azure-devops-oke/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Once the OKE cluster is up and running with <code>kubectl</code> access setup th
8282
<a href="https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengaddingserviceaccttoken.htm" target="_NEW">https://docs.oracle.com/en-us/iaas/Content/ContEng/Tasks/contengaddingserviceaccttoken.htm</a>.
8383

8484
<p>
85-
Name the secret <b><i>oke-kubeconfig-azure-token</i></b> as in <code>azure-token.yaml</code> <a href="https://github.com/oracle-devrel/technology-engineering/blob/repo-review-fixed/app-dev/devops-and-containers/devops/azure-devops-oke/files/azure-token.yaml#L4" target="_NEW">line 4</a>.
85+
Name the secret <b><i>oke-kubeconfig-azure-token</i></b> as in <code>azure-token.yaml</code> <a href="https://github.com/oracle-devrel/technology-engineering/blob/main/app-dev/devops-and-containers/devops/azure-devops-oke/files/azure-token.yaml#L4" target="_NEW">line 4</a>.
8686

8787
## Setup Azure DevOps OCI connections for OKE and OCIR
8888

app-dev/devops-and-containers/devops/devops-nodejs-vm/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

app-dev/devops-and-containers/devops/devops-nodejs-vm/README.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3636
SOFTWARE.
3737
-->
3838

39-
### Author
40-
<a href="https://github.com/mikarinneoracle">mikarinneoracle</a>
41-
42-
### Guide
43-
39+
# VM based CI/CD for a sample NodeJS application using OCI DevOps
40+
41+
Reviewed: 29.10.2024
42+
43+
# When to use this asset?
44+
45+
Anyone who wants to do CI/CD with OCI DevOps service for a NodeJS application running on a plain Oracle Linux VM.
46+
47+
# How to use this asset?
48+
4449
Please see the <a href="https://medium.com/@mika.rinne/ci-cd-for-nodejs-on-oci-without-kubernetes-a6f94b4b2948">setup guide on Medium</a>.
4550

46-
### License
51+
# Author
52+
<a href="https://github.com/mikarinneoracle">mikarinneoracle</a>
4753

54+
# Useful Links (Optional)
55+
56+
- [Oracle](https://www.oracle.com/devops/devops-service/)
57+
- Oracle Cloud Infrastructure (OCI) DevOps is a continuous integration and continuous delivery (CI/CD) service for development teams building on OCI.
58+
- [Oracle](https://www.oracle.com)
59+
- Oracle Website
60+
61+
# License
62+
4863
Copyright (c) 2024 Oracle and/or its affiliates.
49-
64+
5065
Licensed under the Universal Permissive License (UPL), Version 1.0.
51-
52-
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
66+
67+
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
files/node_modules/
2+
files/package-lock.json

0 commit comments

Comments
 (0)