Skip to content

Commit 8ba0af0

Browse files
committed
hotfix: Adding timeout to the GA job
1 parent b92dd52 commit 8ba0af0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,15 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Deploy LangBuilder & OpenWebUI via SSH
19+
timeout-minutes: 2
1920
uses: appleboy/ssh-action@v1.0.3
2021
with:
2122
host: 54.221.139.4
2223
username: ubuntu
2324
key: ${{ secrets.DEV_SSH_KEY }}
2425
script: |
2526
set -e
26-
export BRANCH="${{ github.event.inputs.branch || 'devops-1' }}"
27+
export BRANCH="${{ github.event.inputs.branch }}"
2728
export REPO_DIR="/home/ubuntu/cg_langbuilder/LangBuilder"
2829
export OPENWEBUI_DIR="$REPO_DIR/openwebui"
2930
export OPENWEBUI_BACKEND_DIR="$OPENWEBUI_DIR/backend"

0 commit comments

Comments
 (0)