deploy libraries.
This commit is contained in:
parent
e5d73a29b5
commit
2c52c9387f
@ -38,7 +38,8 @@ jobs:
|
|||||||
username: ${{ vars.YUYUN_USER }}
|
username: ${{ vars.YUYUN_USER }}
|
||||||
password: ${{ secrets.SERVER_ROOT_PASSWORD }}
|
password: ${{ secrets.SERVER_ROOT_PASSWORD }}
|
||||||
script: |
|
script: |
|
||||||
pkill -f HttpServer || true
|
pgrep -f HttpServer | xargs -r kill -s 9
|
||||||
|
exit 0
|
||||||
- name: Copy files to server
|
- name: Copy files to server
|
||||||
uses: appleboy/scp-action@v0.1.7
|
uses: appleboy/scp-action@v0.1.7
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user