Add ROOT environment variable to /etc/default/ceod
continuous-integration/drone/push Build is passing Details

kubectl was failing because it couldn't find the kubeconfig in
/root/.kube/config
This commit is contained in:
Max Erenberg 2021-12-18 17:45:20 -05:00
parent afb63f44dc
commit 0640337564
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
GUNICORN_ARGS="-w 2 -b 0.0.0.0:9987 --access-logfile - --certfile /etc/ssl/private/csclub-wildcard-chain.crt --keyfile /etc/ssl/private/csclub-wildcard.key"
LE_WORKING_DIR="/root/.acme.sh"
ROOT=/root