wip
This commit is contained in:
parent
8631733274
commit
bba62e3527
18 changed files with 916 additions and 11 deletions
5
stopwatch/justfile
Normal file
5
stopwatch/justfile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
serve:
|
||||
python -m http.server -d site
|
||||
|
||||
deploy:
|
||||
uvx --with awscli aws s3 sync site/ s3://k8s-pages/stopwatch
|
||||
Loading…
Add table
Add a link
Reference in a new issue