mirror of
https://gitlab.kit.edu/uskyk/kv.git
synced 2024-11-09 10:50:41 +00:00
Deploy script
This commit is contained in:
parent
4b0541c67a
commit
9a958925a3
4
deploy.sh
Executable file
4
deploy.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
trunk build --release --public-url '/~s_keller/kv/'
|
||||
wasm-opt -O4 dist/*.wasm -o=/tmp/wasm.opt && cp /tmp/wasm.opt dist/*.wasm
|
||||
rsync -r --chmod=D755,F644 --times --perms --info=progress2 dist/* s_keller@i08fs1.ira.uka.de:~/.public_html/kv/
|
Loading…
Reference in New Issue
Block a user