deploy libraries.
Some checks failed
Deploy Docker Images / Build dockerfile and Server deploy (push) Successful in 19s
Deploy / Build (push) Failing after 2m30s

This commit is contained in:
amass 2024-11-09 22:51:35 +08:00
parent e5d73a29b5
commit 2c52c9387f

View File

@ -38,7 +38,8 @@ jobs:
username: ${{ vars.YUYUN_USER }}
password: ${{ secrets.SERVER_ROOT_PASSWORD }}
script: |
pkill -f HttpServer || true
pgrep -f HttpServer | xargs -r kill -s 9
exit 0
- name: Copy files to server
uses: appleboy/scp-action@v0.1.7
with: