replace url-downloader with a new one

This commit is contained in:
folex
2021-02-26 01:13:05 +03:00
parent 4ba0c8cfdc
commit 2814b0e190
22 changed files with 56 additions and 282 deletions

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

@ -0,0 +1,12 @@
#!/bin/sh -euo pipefail
# build wasms
sh 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
)