chore: update build.yml

pr675
Hufe921 2 years ago
parent 01b1104de4
commit 056648dd5c

@ -4,6 +4,7 @@ on:
push: push:
branches: [main] branches: [main]
paths: paths:
- '.github/workflows/build.yml'
- 'src/**' - 'src/**'
- 'index.html' - 'index.html'
- 'package.json' - 'package.json'
@ -33,7 +34,7 @@ jobs:
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
rmRemote: true rmRemote: true
- name: Executing remote ssh commands - name: Executing remote ssh commands
uses: appleboy/ssh-action@master uses: appleboy/ssh-action@v1.0.3
with: with:
host: ${{ secrets.HOST }} host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }} username: ${{ secrets.USERNAME }}

Loading…
Cancel
Save