mirror of
https://github.com/fluencelabs/examples
synced 2025-06-22 22:31:32 +00:00
Update url downloader for workshop (#2)
This commit is contained in:
15
url-downloader/deploy_separate.sh
Executable file
15
url-downloader/deploy_separate.sh
Executable 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
|
||||
)
|
Reference in New Issue
Block a user