+ Adding certificate links
This commit is contained in:
parent
0e2623f65a
commit
d6a2ba027d
@ -9,7 +9,7 @@ variables:
|
|||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
# This build stage will also leave artifacts ready for gitlab pages to use
|
# This build stage will also leave artifacts ready for gitlab pages to use
|
||||||
build:
|
pages:
|
||||||
stage: build
|
stage: build
|
||||||
only:
|
only:
|
||||||
refs:
|
refs:
|
||||||
@ -19,25 +19,3 @@ build:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- 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
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
institution: California State University Monterey Bay
|
institution: California State University Monterey Bay
|
||||||
when: Graduated Dec 2019
|
when: Dec 2019
|
||||||
degree: Bachelor's
|
degree: Bachelor's
|
||||||
rank: 5
|
rank: 5
|
||||||
---
|
---
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
institution: CompTIA Security+ Certified
|
institution: CompTIA Security+ Certified
|
||||||
when: Acheived July 2021
|
when: July 2021
|
||||||
degree: Certification
|
degree: Certification
|
||||||
|
certid: 83JZR9SPWDV1Q6CS
|
||||||
rank: 4
|
rank: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
institution: Splunk Core User Certified
|
institution: Splunk Core User Certified
|
||||||
when: Acheived August 2021
|
when: August 2021
|
||||||
degree: Certification
|
degree: Certification
|
||||||
|
certlink: https://www.credly.com/badges/709380cd-ac24-48a2-953d-803d63eaae96
|
||||||
rank: 3
|
rank: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user