Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Once the OKE cluster is up and running with <code>kubectl</code> access setup th
<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>.

<p>
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>.
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>.

## Setup Azure DevOps OCI connections for OKE and OCIR

Expand Down

This file was deleted.

33 changes: 24 additions & 9 deletions app-dev/devops-and-containers/devops/devops-nodejs-vm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->

### Author
<a href="https://github.com/mikarinneoracle">mikarinneoracle</a>

### Guide

# VM based CI/CD for a sample NodeJS application using OCI DevOps

Reviewed: 29.10.2024

# When to use this asset?

Anyone who wants to do CI/CD with OCI DevOps service for a NodeJS application running on a plain Oracle Linux VM.

# How to use this asset?

Please see the <a href="https://medium.com/@mika.rinne/ci-cd-for-nodejs-on-oci-without-kubernetes-a6f94b4b2948">setup guide on Medium</a>.

### License
# Author
<a href="https://github.com/mikarinneoracle">mikarinneoracle</a>

# Useful Links (Optional)

- [Oracle](https://www.oracle.com/devops/devops-service/)
- Oracle Cloud Infrastructure (OCI) DevOps is a continuous integration and continuous delivery (CI/CD) service for development teams building on OCI.
- [Oracle](https://www.oracle.com)
- Oracle Website

# License

Copyright (c) 2024 Oracle and/or its affiliates.

Licensed under the Universal Permissive License (UPL), Version 1.0.

See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
See [LICENSE](https://github.com/oracle-devrel/technology-engineering/blob/main/LICENSE) for more details.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
files/node_modules/
files/package-lock.json
Loading