9 lines
285 B
Plaintext
9 lines
285 B
Plaintext
# shellcheck disable=SC2148
|
|
# shellcheck disable=SC2035
|
|
# shellcheck disable=SC2211
|
|
# shellcheck disable=SC1091
|
|
|
|
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
|
|
|
* * * * * root bash /apps/gitrce/deploy/release/default/start.sh >>/apps/data/logs/deploy-start.log 2>&1
|