new
This commit is contained in:
@@ -53,8 +53,9 @@ jobs:
|
||||
QUANT_PASSWORD: ${{ secrets.QUANT_PASSWORD }}
|
||||
with:
|
||||
host: 121.40.192.128
|
||||
port: 22
|
||||
username: root
|
||||
password: ${{ env.QUANT_PASSWORD }}
|
||||
password: ${{ secrets.QUANT_PASSWORD }}
|
||||
command: |
|
||||
# 停止并删除旧容器
|
||||
docker stop quant-speed-page || true
|
||||
|
||||
Reference in New Issue
Block a user