From b9e9159a7110ff3e37b0847910528caa89284c9e Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Wed, 2 Aug 2023 17:17:01 +0200 Subject: [PATCH] Incorporate updates suggested in https://forum.cloudron.io/topic/9756/guide-auto-deploy-of-hugo-via-gitea-drone-ci Signed-off-by: Felix Bartels --- runner/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runner/start.sh b/runner/start.sh index ade6fae..333d2df 100755 --- a/runner/start.sh +++ b/runner/start.sh @@ -20,8 +20,8 @@ cloudron pull /app/data/.env .env . ./.env -update_env_file DRONE_RPC_SERVER "https://$DRONE_SERVER_HOST" +update_env_file DRONE_RPC_HOST "$DRONE_SERVER_HOST" update_env_file DRONE_RUNNER_CAPACITY "$(nproc)" update_env_file DRONE_RUNNER_NAME "$(hostname)" -docker-compose up -d \ No newline at end of file +docker compose up -d \ No newline at end of file