deploy res.
All checks were successful
Deploy / Build (push) Successful in 3m21s

This commit is contained in:
amass 2024-11-21 00:23:59 +08:00
parent 2aa2cbc2b4
commit 3e2cbf0179
2 changed files with 3 additions and 2 deletions

View File

@ -87,7 +87,8 @@ jobs:
username: ${{ vars.YUYUN_USER }} username: ${{ vars.YUYUN_USER }}
password: ${{ secrets.SERVER_ROOT_PASSWORD }} password: ${{ secrets.SERVER_ROOT_PASSWORD }}
script: | script: |
systemctl restart openresty.service; exit 0 cd /root/Server
openresty -p . -s reload
- name: Notify-End - name: Notify-End
if: ${{ always() }} if: ${{ always() }}
run: | run: |