mirror of
https://github.com/fbartels/cloudron-drone-app.git
synced 2024-11-23 05:41:00 +00:00
Incorporate updates suggested in https://forum.cloudron.io/topic/9756/guide-auto-deploy-of-hugo-via-gitea-drone-ci
Signed-off-by: Felix Bartels <felix@9wd.eu>
This commit is contained in:
parent
6711181eab
commit
b9e9159a71
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
docker compose up -d
|
Loading…
Reference in a new issue