This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
OpenSource
/
dify
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
152
Wiki
Activity
Browse Source
Update deploy-dev.yml
tags/2.0.0-beta.1
Jyong
4 months ago
parent
d3dbfbe8b3
commit
dee7b6eb22
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
.github/workflows/deploy-dev.yml
+ 1
- 1
.github/workflows/deploy-dev.yml
View File
@@ -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 }}
Write
Preview
Loading…
Cancel
Save