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

12
url-downloader/deploy.sh Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh -euo pipefail
# build wasms
./build.sh
(
cd artifacts
fldist new_service --name "url_downloader" --modules \
curl_adapter.wasm:curl_adapter.json \
local_storage.wasm:local_storage.json \
facade.wasm:facade.json
)