From 07c89c620c3a8b1d77b54e87523646a662c77c26 Mon Sep 17 00:00:00 2001 From: ddadmin Date: Sun, 7 Dec 2025 10:46:14 +0300 Subject: [PATCH] auto update repo --- scripts/commit.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/commit.sh diff --git a/scripts/commit.sh b/scripts/commit.sh new file mode 100755 index 0000000..90cd15d --- /dev/null +++ b/scripts/commit.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +cd /home/ddadmin/staging + +git add . && git commit -m "auto update repo" && git push