{"id":21940066,"url":"https://github.com/pavelsjo/node-express-github-actions-oci-oke","last_synced_at":"2025-10-26T05:03:46.812Z","repository":{"id":200473382,"uuid":"424770186","full_name":"pavelsjo/node-express-github-actions-oci-oke","owner":"pavelsjo","description":"Setup to deploy a Node App in Oracle Cloud Infrastructure - OKE  using Github Actions","archived":false,"fork":false,"pushed_at":"2021-11-05T19:21:45.000Z","size":195,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T09:03:18.909Z","etag":null,"topics":["github-actions","node","nodejs","oci","oke","oracle"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pavelsjo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-11-04T23:32:16.000Z","updated_at":"2022-12-08T15:10:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"674f773b-b9d7-40d9-bef1-1fffeef83b49","html_url":"https://github.com/pavelsjo/node-express-github-actions-oci-oke","commit_stats":null,"previous_names":["pavelsjo/node-express-github-actions-oci-oke"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pavelsjo/node-express-github-actions-oci-oke","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelsjo%2Fnode-express-github-actions-oci-oke","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelsjo%2Fnode-express-github-actions-oci-oke/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelsjo%2Fnode-express-github-actions-oci-oke/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelsjo%2Fnode-express-github-actions-oci-oke/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pavelsjo","download_url":"https://codeload.github.com/pavelsjo/node-express-github-actions-oci-oke/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pavelsjo%2Fnode-express-github-actions-oci-oke/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002051,"owners_count":26083286,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["github-actions","node","nodejs","oci","oke","oracle"],"created_at":"2024-11-29T02:28:48.626Z","updated_at":"2025-10-09T21:32:07.059Z","avatar_url":"https://github.com/pavelsjo.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Actions setup to Deploy Node Express App in Oracle Cloud Infrastructure (OCI) - OKE\n\n[![Deploy to OKE OCI](https://github.com/pavelsjo/node-express-github-actions-oci-oke/actions/workflows/main.yml/badge.svg?branch=main)](https://github.com/pavelsjo/node-express-github-actions-oci-oke/actions/workflows/main.yml)\n\nThis repo contains the min requeriments to deploy an `Node Express Application` in `Oracle Kubernetes Engine (OKE)` and the automation pipeline with `github actions`.\n\n![img](./media/diagram-github-actions-oke.png)\n\n## Setup\n\n- Create or use an image - `Docker HUB or OCI Contanier Registry`.\n  - For this example [Express App](https://hub.docker.com/r/pavelsjo/node-web-app).\n- Create or use an existing [API KEY](https://youtu.be/LMvYOSkXF1k?t=271) - `OCI`.\n- [Create a cluster](https://docs.oracle.com/en/learn/container_engine_kubernetes/#create-kubernetes-cluster) - `OCI`.\n- Setup your [repository](https://github.com/pavelsjo/node-express-github-actions-oci-oke) and [actions](https://github.com/pavelsjo/node-express-github-actions-oci-oke/blob/main/.github/workflows/main.yml) - `Github`.\n- Create [environment secrets](https://docs.github.com/es/actions/security-guides/encrypted-secrets) - `Github`.\n  - **DOCKER_USERNAME**.\n  - **DOCKER_PASSWORD**.\n  - **OCI_USER_OCID**.\n  - **OCI_FINGERPRINT**.\n  - **OCI_PASSPHRASE** - [example](https://youtu.be/LMvYOSkXF1k?t=192).\n  - **OCI_TENANCY_OCID**.\n  - **OCI_REGION**.\n  - **OKE_OCID** - [example](https://youtu.be/U4vJFUpBqNM?t=164).\n\n## References\n\n- Oracle\n  - [CI/CD on Oracle Kubernetes Engine using Github Action](https://blog.kube-mesh.io/ci-cd-on-oracle-kubernetes-engine-using-github-action/)\n  - [Adventures in CI/CD [#4]: Deploying A Microservice To The Oracle Cloud With GitHub Actions [OCI CLI Edition]](https://blogs.oracle.com/developers/post/adventures-in-cicd-4-deploying-a-microservice-to-the-oracle-cloud-with-github-actions-oci-cli-edition)\n  - [Deploy Oracle Container Engine for Kubernetes](https://docs.oracle.com/en/learn/container_engine_kubernetes/#introduction)\n- Node\n  - [Dockerizing a Node.js web app](https://nodejs.org/en/docs/guides/nodejs-docker-webapp/)\n- Docker HUb\n  - [Configure GitHub Actions](https://docs.docker.com/ci-cd/github-actions/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavelsjo%2Fnode-express-github-actions-oci-oke","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpavelsjo%2Fnode-express-github-actions-oci-oke","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpavelsjo%2Fnode-express-github-actions-oci-oke/lists"}