test
This commit is contained in:
8
.github/workflows/deploy.yaml
vendored
8
.github/workflows/deploy.yaml
vendored
@@ -41,3 +41,11 @@ jobs:
|
||||
SOURCE: dist/
|
||||
REMOTE_USER: root
|
||||
TARGET: /root/WebPreview/build
|
||||
|
||||
- uses: appleboy/ssh-action@v1
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: root
|
||||
key: ${{ secrets.KEY }}
|
||||
port: ${{ matrix.remote_port }}
|
||||
script_path: /root/WebPreview/backend.sh
|
||||
|
||||
Reference in New Issue
Block a user