init
This commit is contained in:
commit
8631733274
14 changed files with 1719 additions and 0 deletions
5
justfile
Normal file
5
justfile
Normal 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}
|
||||
Loading…
Add table
Add a link
Reference in a new issue