7 lines
201 B
Bash
Executable file
7 lines
201 B
Bash
Executable file
#!/bin/zsh
|
|
set -e
|
|
|
|
./build-wasm.sh
|
|
ssh haika "rm -rf /root/web/versary.town/static/moria"
|
|
scp -r wasm_out root@haika:~/web/versary.town/static/moria
|
|
ssh haika "cd /root/web/versary.town && zola build"
|