ci: 调整workflow
All checks were successful
deploy to server / build-and-deploy (push) Successful in 4m3s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 4m3s
- 在ssh部署到目标主机后,重启前端服务
This commit is contained in:
@ -45,3 +45,4 @@ jobs:
|
|||||||
SOURCE: ${{ secrets.rsync_source }}
|
SOURCE: ${{ secrets.rsync_source }}
|
||||||
TARGET: ${{ secrets.rsync_destination }}
|
TARGET: ${{ secrets.rsync_destination }}
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.rsync_key }}
|
SSH_PRIVATE_KEY: ${{ secrets.rsync_key }}
|
||||||
|
SCRIPT_AFTER: ${{ secrets.script_after_rsync }}
|
||||||
|
|||||||
Reference in New Issue
Block a user