mirror of
https://gitlab.kit.edu/uskyk/kv.git
synced 2024-12-04 14:39:07 +00:00
Update deploy script
This commit is contained in:
parent
bab2c6a3ec
commit
77805f75cf
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
trunk build --release --public-url '/~s_keller/kv/'
|
trunk build --release --public-url '/kv/'
|
||||||
wasm-opt -O4 dist/*.wasm -o=/tmp/wasm.opt && cp /tmp/wasm.opt dist/*.wasm
|
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/
|
rm -r ../website/kv
|
||||||
|
cp --archive dist ../website/kv
|
||||||
|
Loading…
Reference in New Issue
Block a user