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