You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
538 B
12 lines
538 B
2 years ago
|
function ul_flutter_ui
|
||
|
set cabang $argv[1]
|
||
|
echo upload to $cabang
|
||
|
cd build/web
|
||
|
rsync -avzr --progress *.js one@$cabang:/home/one/project/one/one-ui-flutter/md-mitra/
|
||
|
rsync -avzr --progress *.html one@$cabang:/home/one/project/one/one-ui-flutter/md-mitra/
|
||
|
rsync -avzr --progress assets one@$cabang:/home/one/project/one/one-ui-flutter/md-mitra/
|
||
|
rsync -avzr --progress canvaskit one@$cabang:/home/one/project/one/one-ui-flutter/md-mitra/
|
||
|
rsync -avzr --progress icons one@$cabang:/home/one/project/one/one-ui-flutter/md-mitra/
|
||
|
cd ../..
|
||
|
end
|