Advertisement
progreccor

выгрузка шаблона uikit на сервер

Aug 12th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.26 KB | None | 0 0
  1. #!/bin/bash
  2. ADR=adonis:/var/www/html/hika.su
  3.  
  4. rm -r hikashop-template
  5. git clone git@bitbucket.org:delo-design/hikashop-template.git
  6. cd hikashop-template
  7. zip -r uikithikashop.zip templates
  8. mv uikithikashop.zip ..
  9. cd ..
  10. scp uikithikashop.zip $ADR/update/license/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement