From d6a2ba027d7552269f8c3cfd120e55cf44540640 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 1 Feb 2022 13:10:48 -0800 Subject: [PATCH] + Adding certificate links --- .gitlab-ci.yml | 24 +----------------------- content/education/college.md | 2 +- content/education/sec.md | 3 ++- content/education/splunk.md | 3 ++- 4 files changed, 6 insertions(+), 26 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e0e7ba5..52877b1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ variables: GIT_SUBMODULE_STRATEGY: recursive # This build stage will also leave artifacts ready for gitlab pages to use -build: +pages: stage: build only: refs: @@ -19,25 +19,3 @@ build: artifacts: paths: - public - -# Here we deploy the site -deploy-to-athens: - stage: deploy - image: shockrah/website:latest - only: - refs: - - master - needs: - - build - dependencies: - - build - before_script: - - eval $(ssh-agent -s) - - echo "${WEB_USR_KEY}" | ssh-add - > /dev/null - - mkdir -p ~/.ssh/ - - chmod 700 ~/.ssh/ - - ssh-keyscan shockrah.xyz 2>&1 >> ~/.ssh/known_hosts - - chmod 644 ~/.ssh/known_hosts - script: - - ssh web@shockrah.xyz "rm -rf /var/www/resume.shockrah.xyz" - - scp -r public/ web@shockrah.xyz:/var/www/resume.shockrah.xyz diff --git a/content/education/college.md b/content/education/college.md index 0503a9f..6e5109a 100644 --- a/content/education/college.md +++ b/content/education/college.md @@ -1,6 +1,6 @@ --- institution: California State University Monterey Bay -when: Graduated Dec 2019 +when: Dec 2019 degree: Bachelor's rank: 5 --- diff --git a/content/education/sec.md b/content/education/sec.md index 7d66e96..26bf43a 100644 --- a/content/education/sec.md +++ b/content/education/sec.md @@ -1,7 +1,8 @@ --- institution: CompTIA Security+ Certified -when: Acheived July 2021 +when: July 2021 degree: Certification +certid: 83JZR9SPWDV1Q6CS rank: 4 --- diff --git a/content/education/splunk.md b/content/education/splunk.md index d302124..979e69b 100644 --- a/content/education/splunk.md +++ b/content/education/splunk.md @@ -1,7 +1,8 @@ --- institution: Splunk Core User Certified -when: Acheived August 2021 +when: August 2021 degree: Certification +certlink: https://www.credly.com/badges/709380cd-ac24-48a2-953d-803d63eaae96 rank: 3 ---