mirror of https://github.com/langgenius/dify.git
Update deploy-dev.yml
This commit is contained in:
parent
d3dbfbe8b3
commit
dee7b6eb22
|
|
@ -19,6 +19,6 @@ jobs:
|
|||
with:
|
||||
host: ${{ secrets.RAG_SSH_HOST }}
|
||||
username: ${{ secrets.SSH_USER }}
|
||||
key: ${{ secrets.RAG_SSH_PRIVATE_KEY }}
|
||||
key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
script: |
|
||||
${{ vars.SSH_SCRIPT || secrets.SSH_SCRIPT }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue