moria/deploy-wasm.sh

8 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"