This commit is contained in:
parent
2aa2cbc2b4
commit
3e2cbf0179
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user