Update deploy-dev.yml (#26712)

This commit is contained in:
Jyong
2025-10-10 15:54:33 +08:00
committed by GitHub
parent 294e01a8c1
commit 298d8c2d88

View File

@@ -18,7 +18,7 @@ jobs:
- name: Deploy to server
uses: appleboy/ssh-action@v0.1.8
with:
host: ${{ secrets.RAG_SSH_HOST }}
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |