This commit is contained in:
Waylon Walker 2025-11-22 21:54:17 -06:00
parent e2cab8ec0b
commit 2a6e12f1e2
6 changed files with 17 additions and 194 deletions

8
justfile Normal file
View file

@ -0,0 +1,8 @@
set dotenv-load
serve:
python -m http.server 8000
deploy:
echo $AWS_ACCESS_KEY_ID
uvx --with awscli aws s3 sync site/ s3://k8s-pages/fluffed-up