Skip to content

Commit 39ebd5f

Browse files
committed
Added a 2GB Swap File setup & Increased the SSH timeout to 30 minutes
Signed-off-by: kiranpranay <pranay@cottonseeds.org>
1 parent ddf10be commit 39ebd5f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +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
2021
script: |
2122
# --- Configuration ---
2223
APP_NAME="stmorg.weberq.in"

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[submodule "paymentmanager"]
22
path = paymentmanager
33
url = https://github.com/cashfree/php-pg-integration.git
4+
5+
[submodule "infra-config"]
6+
path = infra-config
7+
url = https://github.com/weberq/infra-config.git

0 commit comments

Comments
 (0)