blog-client/release.sh
2019-03-05 00:13:10 +08:00

4 lines
173 B
Bash
Executable File

#!/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'