Skip to content

Commit

Permalink
fix deploy problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Freedyool committed Oct 14, 2024
1 parent c25d2c4 commit 1da14dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
#远程服务器的用户名
user: ${{ secrets.REMOTE_USERNAME }}
#远程服务器的密钥(与密码二者选其一)
key: ${{ secrets.PRIVATE_KEY }}
password: ${{ secrets.REMOTE_PASSWORD }}
#上传后执行的脚本
post_upload: sudo nginx -s reload

0 comments on commit 1da14dc

Please sign in to comment.