wip
This commit is contained in:
parent
e2cab8ec0b
commit
2a6e12f1e2
6 changed files with 17 additions and 194 deletions
8
justfile
Normal file
8
justfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue