new
This commit is contained in:
@@ -49,10 +49,12 @@ jobs:
|
|||||||
# uses: appleboy/ssh-action@master
|
# uses: appleboy/ssh-action@master
|
||||||
# 换用 garygrossgarten/github-action-ssh,它不依赖外部下载
|
# 换用 garygrossgarten/github-action-ssh,它不依赖外部下载
|
||||||
uses: garygrossgarten/github-action-ssh@release
|
uses: garygrossgarten/github-action-ssh@release
|
||||||
|
env:
|
||||||
|
QUANT_PASSWORD: ${{ secrets.QUANT_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
host: 121.40.192.128
|
host: 121.40.192.128
|
||||||
username: root
|
username: root
|
||||||
password: 123quant-speed
|
password: ${{ env.QUANT_PASSWORD }}
|
||||||
command: |
|
command: |
|
||||||
# 停止并删除旧容器
|
# 停止并删除旧容器
|
||||||
docker stop quant-speed-page || true
|
docker stop quant-speed-page || true
|
||||||
|
|||||||
Reference in New Issue
Block a user