Skip to content

Commit 0edbaad

Browse files
committed
extend the timeout to 60m
Signed-off-by: kiranpranay <pranay@cottonseeds.org>
1 parent 39ebd5f commit 0edbaad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
host: ${{ secrets.VPS_HOST }} # Your Server IP
1818
username: ${{ secrets.VPS_USER }} # weberqbot
1919
key: ${{ secrets.VPS_SSH_KEY }} # Server Private Key
20-
command_timeout: 30m # Increase timeout for long builds
20+
command_timeout: 60m # Increase timeout for long builds
2121
script: |
2222
# --- Configuration ---
2323
APP_NAME="stmorg.weberq.in"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: '3'
1+
22

33
services:
44
web:

0 commit comments

Comments
 (0)