5 lines
115 B
Makefile
5 lines
115 B
Makefile
serve:
|
|
python -m http.server -d site
|
|
|
|
deploy:
|
|
uvx --with awscli aws s3 sync site/ s3://k8s-pages/stopwatch
|