mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-05 15:49:00 +00:00
14 lines
262 B
Bash
14 lines
262 B
Bash
|
|
|
|
printf "\n-- DEPLOY START -----------------------\n"
|
|
|
|
yarn run build
|
|
|
|
printf "\n-- COPYING FILES ----------------------\n"
|
|
|
|
cd build
|
|
rsync -avz --delete -e ssh . admin@dev.sldev.cz:~/experiments/www
|
|
cd ../
|
|
|
|
printf "\n-- COMPLETE ---------------------------\n"
|