This commit is contained in:
Waylon S. Walker 2025-05-24 17:58:54 -05:00
commit 8631733274
14 changed files with 1719 additions and 0 deletions

5
justfile Normal file
View file

@ -0,0 +1,5 @@
serve:
python -m http.server -d site 8000
deploy name:
uvx --with awscli aws s3 sync {name} s3://k8s-pages/{name}