Update url downloader for workshop (#2)

This commit is contained in:
folex
2021-03-18 00:02:36 +03:00
committed by GitHub
parent 8cffdea6d9
commit 8b103e4c2c
15 changed files with 359 additions and 45 deletions

View File

@ -0,0 +1,15 @@
#!/bin/sh -euo pipefail
./build.sh
echo "Deploying storage"
(
cd artifacts
fldist new_service --name "local_storage" --modules local_storage.wasm:local_storage.json
)
echo "\n\nDeploying curl"
(
cd artifacts
fldist new_service --name "curl_adapter" --modules curl_adapter.wasm:curl_adapter.json
)