19 lines
878 B
Markdown
Executable File
19 lines
878 B
Markdown
Executable File
# Resume
|
|
|
|
1. modify [homebrew.yaml](./src/homebrew/homebrew.yaml)
|
|
1. generate `cd ./src/homebrew; bash ./homebrew.sh`
|
|
1. `open ./src/homebrew/homebrew.html`
|
|
1. `ctrl + p` and save as pdf
|
|
1. commit + push
|
|
|
|
## CICD
|
|
|
|
1. `gitness.inhome.blapointe.com` has a `./.harness` pipeline
|
|
1. the pipeline
|
|
1. renders [Resume](#resume) as `$(mktemp -d)/public`
|
|
1. clones [gitlab](https://gitlab.com/breel/resume.git)
|
|
1. replaces [gitlab](https://gitlab.com/breel/resume.git) with `.../public/`
|
|
1. pushes [gitlab](https://gitlab.com/breel/resume.git)
|
|
1. [render](https://dashboard.render.com/static/srv-cklkk8o710pc73d7fn7g) detects public repo event and updates its static site hosting for [breel.dev](https://breel.dev)
|
|
1. [firebase](https://console.firebase.google.com/u/0/project/blapointe-com/overview) deploys `.../public/` for [blapointe.com](https://blapointe.com)
|