resume/README.md

878 B
Executable File

Resume

  1. modify homebrew.yaml
  2. generate cd ./src/homebrew; bash ./homebrew.sh
  3. open ./src/homebrew/homebrew.html
  4. ctrl + p and save as pdf
  5. commit + push

CICD

  1. gitness.inhome.blapointe.com has a ./.harness pipeline
  2. the pipeline
    1. renders Resume as $(mktemp -d)/public
    2. clones gitlab
    3. replaces gitlab with .../public/
    4. pushes gitlab
      1. render detects public repo event and updates its static site hosting for breel.dev
    5. firebase deploys .../public/ for blapointe.com