9 lines
268 B
Makefile
9 lines
268 B
Makefile
all:
|
|
wasm-pack build --target web
|
|
|
|
deploy: all
|
|
ssh pi -C "rm -rf /mnt/www/storage.tforgione.fr/game"
|
|
ssh pi -C "mkdir /mnt/www/storage.tforgione.fr/game"
|
|
scp index.html pi:/mnt/www/storage.tforgione.fr/game
|
|
scp -r static pkg pi:/mnt/www/storage.tforgione.fr/game
|