+ Adding certificate links

This commit is contained in:
shockrah 2022-02-01 13:10:48 -08:00
parent 0e2623f65a
commit d6a2ba027d
4 changed files with 6 additions and 26 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
---
institution: California State University Monterey Bay
when: Graduated Dec 2019
when: Dec 2019
degree: Bachelor's
rank: 5
---

View File

@ -1,7 +1,8 @@
---
institution: CompTIA Security+ Certified
when: Acheived July 2021
when: July 2021
degree: Certification
certid: 83JZR9SPWDV1Q6CS
rank: 4
---

View File

@ -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
---