5 lines
157 B
Bash
Executable File
5 lines
157 B
Bash
Executable File
#!/bin/bash
|
|
yarn run build
|
|
rsync -avr --delete-after --exclude ".git" . root@manage.wyr.me:/root/blog-client
|
|
ssh root@manage.wyr.me 'pm restart blog-client'
|