1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-24 09:18:09 +00:00
trezor-wallet/build.sh

14 lines
262 B
Bash
Raw Normal View History

2018-02-20 09:30:36 +00:00
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"