Skip to content

Commit

Permalink
Bootcamp
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftwareSennin committed Nov 16, 2024
1 parent 44b6a03 commit 935090d
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: markdown-linter
on:
pull_request:
branches:
- master
- main
types: [opened, synchronize, reopened, ready_for_review]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
devops-bootcamp.liatr.io
bootcamp.devcloudninjas.com
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/addendum/nexus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/addendum/tomcat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
34 changes: 17 additions & 17 deletions docs/contributors.md
Original file line number Diff line number Diff line change
@@ -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](/)
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

<head>
<meta charset="UTF-8">
<title>Liatrio's DevOps Bootcamp</title>
<title>DevCloud Ninjas' Bootcamp</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Learn the basic of DevOps, CI/CD, Containerization, and Cloud Computing with Liatrio's DevOps Bootcamp.">
<meta name="description" content="Learn the basic of DevOps, CI/CD, Containerization, and Cloud Computing with DevCloud Ninjas' Bootcamp.">
<meta name="viewport" content="width=device-width,initial-scale=1">

<link rel="stylesheet" href="css/light.css">
Expand Down Expand Up @@ -35,15 +35,15 @@
<script>
window.$docsify = {
name: 'Liatrio\'s DevOps Bootcamp',
repo: 'liatrio/devops-bootcamp',
repo: 'devcloudninjas/devops-bootcamp',
loadSidebar: true,
basePath: '/docs/',
maxLevel: 0,
auto2top: true,
search: 'auto', // default
plugins: [
EditOnGithubPlugin.create(
'https://github.com/liatrio/devops-bootcamp/tree/master/docs/'
'https://github.com/devcloudninjas/devops-bootcamp/tree/main/docs/'
)
],
pagination: {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "devops-bootcamp",
"version": "1.0.0",
"description": "Liatrio DevOps Bootcamp",
"description": "DevCloud Ninjas Bootcamp",
"main": "index.js",
"directories": {
"example": "examples"
Expand All @@ -18,18 +18,18 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/liatrio/devops-bootcamp.git"
"url": "git+https://github.com/devcloudninjas/devops-bootcamp.git"
},
"keywords": [
"devops",
"bootcamp"
],
"author": "Liatrio",
"author": "DevCloud Ninjas",
"license": "MIT",
"bugs": {
"url": "https://github.com/liatrio/devops-bootcamp/issues"
"url": "https://github.com/devcloudninjas/devops-bootcamp/issues"
},
"homepage": "https://github.com/liatrio/devops-bootcamp#readme",
"homepage": "https://github.com/devcloudninjas/devops-bootcamp#readme",
"dependencies": {
"chart.js": "^4.3.0",
"chartjs-chart-wordcloud": "^4.2.0",
Expand Down

0 comments on commit 935090d

Please sign in to comment.