Compare commits

..

5 Commits

Author SHA1 Message Date
Tom Alexander
7d2a65571b Add shelly fail video.
All checks were successful
semver Build semver has succeeded
build-staging Build build-staging has succeeded
build Build build has succeeded
2026-08-03 13:50:30 -04:00
Tom Alexander
ddf58bacea Update link to personal repos.
All checks were successful
semver Build semver has succeeded
build-staging Build build-staging has succeeded
build Build build has succeeded
Now that I am mirroring some repositories, it makes sense to link to my specific user to show only my code.
2026-07-21 21:43:25 -04:00
Tom Alexander
671e0cbcf9 Merge branch 'nix'
All checks were successful
semver Build semver has succeeded
build-staging Build build-staging has succeeded
build Build build has succeeded
2026-07-21 21:28:15 -04:00
Tom Alexander
72bbf09480 Eliminate the shell from the docker image.
Some checks failed
build-staging Build build-staging has failed
2026-07-17 20:06:37 -04:00
Tom Alexander
49966f46fd Add support for building the site via nix. 2026-07-17 20:06:37 -04:00
7 changed files with 10 additions and 4 deletions

View File

@@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1
kind: PipelineRun kind: PipelineRun
metadata: metadata:
name: build-homepage-staging name: build-homepage-staging
labels:
pdb: protect
spec: spec:
timeouts: timeouts:
pipeline: "2h0m0s" pipeline: "2h0m0s"

View File

@@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1
kind: PipelineRun kind: PipelineRun
metadata: metadata:
name: build-homepage name: build-homepage
labels:
pdb: protect
spec: spec:
timeouts: timeouts:
pipeline: "2h0m0s" pipeline: "2h0m0s"

View File

@@ -2,6 +2,8 @@ apiVersion: tekton.dev/v1
kind: PipelineRun kind: PipelineRun
metadata: metadata:
name: semver name: semver
labels:
pdb: protect
spec: spec:
timeouts: timeouts:
pipeline: "2h0m0s" pipeline: "2h0m0s"

6
flake.lock generated
View File

@@ -8,10 +8,10 @@
"rust-overlay": "rust-overlay" "rust-overlay": "rust-overlay"
}, },
"locked": { "locked": {
"lastModified": 1784331935, "lastModified": 1784333070,
"narHash": "sha256-4t+8v+9oTTfCKSvXmlej44EEigJPxnQZSUSYUwBov04=", "narHash": "sha256-3WkxaHOS13vFBtQFBmGIPScQZDNLk5bqCAY9qBJASl0=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "46dd4086592d12d44467810367a6d0d0b265a91e", "rev": "faf279292ad20783775d909b96815f7ca2843b85",
"revCount": 327, "revCount": 327,
"type": "git", "type": "git",
"url": "https://code.fizz.buzz/talexander/natter.git" "url": "https://code.fizz.buzz/talexander/natter.git"

View File

@@ -7,7 +7,7 @@
#+exclude_tags: noexport #+exclude_tags: noexport
Links: Links:
- My personal repos: [[https://code.fizz.buzz/explore/repos][code.fizz.buzz]] - My personal repos: [[https://code.fizz.buzz/talexander][code.fizz.buzz]]
- LinkedIn: https://www.linkedin.com/in/tom-alexander-b6a18216/ - LinkedIn: https://www.linkedin.com/in/tom-alexander-b6a18216/
- GitHub: https://github.com/tomalexander - GitHub: https://github.com/tomalexander
- Resume: https://fizz.buzz/tom_alexander_resume.pdf - Resume: https://fizz.buzz/tom_alexander_resume.pdf

Binary file not shown.

Binary file not shown.