10 lines
401 B
Bash
10 lines
401 B
Bash
sh scripts/create-bundle.sh
|
|
cp ./clients/plastiq/master/* ./dist/data/
|
|
osr-sync zip --source=./dist/ --target=./clients/plastiq/master.zip --cwd=./dist --profile=./sync-clients.json --verbose --debug
|
|
|
|
sh scripts/create-bundle.sh
|
|
cp ./clients/plastiq/slave/* ./dist/data/
|
|
osr-sync zip --source=./dist/ --target=./clients/plastiq/slave.zip --cwd=./dist --profile=./sync-clients.json --verbose --debug
|
|
|
|
|