We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b92dd52 commit 8ba0af0Copy full SHA for 8ba0af0
.github/workflows/deployment.yml
@@ -16,14 +16,15 @@ jobs:
16
uses: actions/checkout@v4
17
18
- name: Deploy LangBuilder & OpenWebUI via SSH
19
+ timeout-minutes: 2
20
uses: appleboy/ssh-action@v1.0.3
21
with:
22
host: 54.221.139.4
23
username: ubuntu
24
key: ${{ secrets.DEV_SSH_KEY }}
25
script: |
26
set -e
- export BRANCH="${{ github.event.inputs.branch || 'devops-1' }}"
27
+ export BRANCH="${{ github.event.inputs.branch }}"
28
export REPO_DIR="/home/ubuntu/cg_langbuilder/LangBuilder"
29
export OPENWEBUI_DIR="$REPO_DIR/openwebui"
30
export OPENWEBUI_BACKEND_DIR="$OPENWEBUI_DIR/backend"
0 commit comments