diff --git a/README.md b/README.md index f576f56..fe452fa 100755 --- a/README.md +++ b/README.md @@ -10,3 +10,14 @@ 1. `pbpaste > ./open-resume.com.d/resume.html` 1. `cd ./open-resume.com.d/; bash ./clean_resume_html.sh; cd ..` 1. `bash ./deploy.firebase.sh` + +# Today + +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) diff --git a/deploy.firebase.sh b/deploy.firebase.sh index 38cf12b..b9d4575 100755 --- a/deploy.firebase.sh +++ b/deploy.firebase.sh @@ -43,6 +43,7 @@ cd $outdir git push origin main fi ) || true +false ( set -ueo pipefail