Initial commit

This commit is contained in:
2022-07-29 16:21:08 +02:00
commit 313b188873
10 changed files with 657 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
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