From 935090d3cb3a48800641ec964ed046572b1dcdca Mon Sep 17 00:00:00 2001 From: SoftwareSennin Date: Fri, 15 Nov 2024 19:17:49 -0700 Subject: [PATCH] Bootcamp --- .github/workflows/markdown-linter.yml | 2 +- .github/workflows/static.yml | 2 +- CNAME | 2 +- catalog-info.yaml | 2 +- docs/addendum/nexus.md | 2 +- docs/addendum/tomcat.md | 2 +- docs/contributors.md | 34 +++++++++++++-------------- index.html | 8 +++---- package.json | 10 ++++---- 9 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/markdown-linter.yml b/.github/workflows/markdown-linter.yml index 9ff9b31..1fa432e 100644 --- a/.github/workflows/markdown-linter.yml +++ b/.github/workflows/markdown-linter.yml @@ -2,7 +2,7 @@ name: markdown-linter on: pull_request: branches: - - master + - main types: [opened, synchronize, reopened, ready_for_review] jobs: diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f7983bd..561e53e 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,7 +4,7 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: - branches: ["master"] + branches: ["main"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/CNAME b/CNAME index 2240e93..55a39ce 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -devops-bootcamp.liatr.io \ No newline at end of file +bootcamp.devcloudninjas.com \ No newline at end of file diff --git a/catalog-info.yaml b/catalog-info.yaml index 824ae10..0733d63 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -3,7 +3,7 @@ kind: Component metadata: name: devops-bootcamp annotations: - github.com/project-slug: liatrio/devops-bootcamp + github.com/project-slug: devcloudninjas/devops-bootcamp spec: type: documentation lifecycle: production diff --git a/docs/addendum/nexus.md b/docs/addendum/nexus.md index 3c55f05..1831d63 100644 --- a/docs/addendum/nexus.md +++ b/docs/addendum/nexus.md @@ -10,7 +10,7 @@ Nexus is one such repository manager which stores artifacts. Previously in the B # Setup Nexus 1. Install Nexus on a new server. -2. Configure a Jenkins [spring-petclinic](https://github.com/liatrio/spring-petclinic) job to deploy SNAPSHOT artifacts to your Nexus. +2. Configure a Jenkins [spring-petclinic](https://github.com/devcloudninjas/spring-petclinic) job to deploy SNAPSHOT artifacts to your Nexus. Confirm that your artifact was deployed. diff --git a/docs/addendum/tomcat.md b/docs/addendum/tomcat.md index ca337eb..4a7f565 100644 --- a/docs/addendum/tomcat.md +++ b/docs/addendum/tomcat.md @@ -18,7 +18,7 @@ Before continuing, make sure you have two separate servers, one running Jenkins, ## Deploying from Jenkins to Tomcat 1. Setup an SSH key to allow Jenkins to connect to Tomcat. -2. Configure a Jenkins job which builds [spring-petclinic](https://github.com/liatrio/spring-petclinic). +2. Configure a Jenkins job which builds [spring-petclinic](https://github.com/devcloudninjas/spring-petclinic). 3. Configure a second job that deploys the build artifacts to Tomcat with SCP using either: - A shell script diff --git a/docs/contributors.md b/docs/contributors.md index 719fb36..1e9fb09 100644 --- a/docs/contributors.md +++ b/docs/contributors.md @@ -1,21 +1,21 @@ [back](/) -- [matt2m](https://github.com/matt2m) -- [Pactionly](https://github.com/Pactionly) -- [Chris (scribbles) Schreiber](https://github.com/ChrisSchreiber) -- [shanemacbride](https://github.com/shanemacbride) -- [gesparza3](https://github.com/gesparza3) -- [KialRyan](https://github.com/KialRyan) -- [JonRudy](https://github.com/JonRudy) -- [kdeardorff2](https://github.com/kdeardorff2) -- [RJ Souza](https://github.com/Empyreus) -- [Jacob Brolliar](https://github.com/MrDr-Professor) -- [DanHunt27](https://github.com/DanHunt27) -- [PaulH](https://github.com/PaulDHenson) -- [Brad Fischer](https://github.com/BFisch14) -- [Ryan McGuire](https://github.com/ramcguire) -- [Joshua Burns](https://github.com/jburns24) -- [Travis Kroll](https://github.com/tjvkroll) -- [Mikayla Billings-Alston](https://github.com/mcbillings) +- [matt2m](https://github.com/dmatt2m) +- [Pactionly](https://github.com/Pactionlyd) +- [Chris (scribbles) Schreiber](https://github.com/ChrisdSchreiber) +- [shanemacbride](https://github.com/shanemacbrided) +- [gesparza3](https://github.com/dgesparza3) +- [KialRyan](https://github.com/KialRyand) +- [JonRudy](https://github.com/dJonRudy) +- [kdeardorff2](https://github.com/kdeardorff2d) +- [RJ Souza](https://github.com/dEmpyreus) +- [Jacob Brolliar](https://github.com/MrDr-Professord) +- [DanHunt27](https://github.com/dDanHunt27) +- [PaulH](https://github.com/PaulDHensond) +- [Brad Fischer](https://github.com/dBFisch14) +- [Ryan McGuire](https://github.com/ramcguired) +- [Joshua Burns](https://github.com/jburns24d) +- [Travis Kroll](https://github.com/dtjvkroll) +- [Mikayla Billings-Alston](https://github.com/mcbillingsd) [back](/) diff --git a/index.html b/index.html index 72ad169..a2649d9 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,9 @@ - Liatrio's DevOps Bootcamp + DevCloud Ninjas' Bootcamp - + @@ -35,7 +35,7 @@