4 lines
173 B
Bash
4 lines
173 B
Bash
|
#!/bin/bash
|
||
|
yarn run build
|
||
|
rsync -avr --delete-after --exclude ".git" . root@139.129.130.191:/root/site/blog-client && ssh root@139.129.130.191 'docker restart blog-client'
|