diff --git a/templates/drone-server.env.j2 b/templates/drone-server.env.j2 index 88cd539..b3cece0 100644 --- a/templates/drone-server.env.j2 +++ b/templates/drone-server.env.j2 @@ -63,7 +63,7 @@ DRONE_GITEA_SKIP_VERIFY={{ drone_gitea_skip_verify }} DRONE_GITEA_DEBUG={{ drone_github_debug }} {% endif %} {% if drone_bitbucket_client_id != "" and drone_bitbucket_client_secret != "" %} -DRONE_BITBUCKET_CLIENT_ID={ drone_bitbucket_client_id }} +DRONE_BITBUCKET_CLIENT_ID={{ drone_bitbucket_client_id }} DRONE_BITBUCKET_CLIENT_SECRET={{ drone_bitbucket_client_secret }} DRONE_BITBUCKET_SKIP_VERIFY={{ drone_bitbucket_skip_verify }} DRONE_BITBUCKET_DEBUG={{ drone_bitbucket_debug }}