wip
This commit is contained in:
parent
8631733274
commit
bba62e3527
18 changed files with 916 additions and 11 deletions
4
justfile
4
justfile
|
|
@ -1,5 +1,5 @@
|
|||
serve:
|
||||
python -m http.server -d site 8000
|
||||
python -m http.server 8000
|
||||
|
||||
deploy name:
|
||||
uvx --with awscli aws s3 sync {name} s3://k8s-pages/{name}
|
||||
uvx --with awscli aws s3 sync {{name}}/ s3://k8s-pages/{{name}} --endpoint-url https://minio.wayl.one --profile minio
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue