-
This commit is contained in:
@@ -7,7 +7,7 @@ __main() {
|
||||
tmux new-session -ds tmux # 主进程,避免 pkill 误杀
|
||||
bash /apps/gitrce/boot/conflict.sh >/dev/null 2>&1
|
||||
|
||||
# bash /apps/gitrce/deploy/release/default/start.sh >/dev/null 2>&1
|
||||
bash /apps/gitrce/deploy/release/default/start.sh >/dev/null 2>&1
|
||||
bash /apps/gitrce/netflow/iptables.sh >/dev/null 2>&1
|
||||
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
|
||||
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
||||
# */20 * * * * roots bash /apps/gitrce/deploy/release/default/start.sh >>/apps/data/logs/deploy-start.log 2>&1
|
||||
*/5 * * * * roots bash /apps/gitrce/deploy/release/default/start.sh >>/apps/data/logs/deploy-start.log 2>&1
|
||||
|
||||
*/3 * * * * roots bash /apps/gitrce/netflow/iptables.sh >>/apps/data/logs/netflow-iptables.log 2>&1
|
||||
|
||||
@@ -6,7 +6,7 @@ if [[ "$1" == "sleep" ]]; then source /apps/script/hook/sleep.sh "$0" 3 15; fi
|
||||
|
||||
__main() {
|
||||
|
||||
_version="t20251123"
|
||||
_version="t20251219"
|
||||
_workspace="/apps/gitrce/deploy/release/$_version"
|
||||
_path="/apps/data/deploy/release/default/version.txt"
|
||||
mkdir -p ${_path%/*}
|
||||
|
||||
Reference in New Issue
Block a user