Compare commits

..

3 Commits

Author SHA1 Message Date
Tom Alexander
2d1c9e2931 fixup! Add support for building the site via nix.
Some checks failed
build-staging Build build-staging has failed
2026-07-17 19:55:50 -04:00
Tom Alexander
8358510fda Eliminate the shell from the docker image.
All checks were successful
build-staging Build build-staging has succeeded
2026-07-17 08:23:29 -04:00
Tom Alexander
a9c9bafe2b Add support for building the site via nix. 2026-07-17 07:47:21 -04:00
6 changed files with 4 additions and 10 deletions

View File

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

View File

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

View File

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

6
flake.lock generated
View File

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

View File

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

Binary file not shown.