add bitbucket setting
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
e997d027d1
commit
3360e3ab12
|
@ -62,6 +62,12 @@ DRONE_GITEA_CLIENT_SECRET={{ drone_gitea_client_secret }}
|
|||
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_SECRET={{ drone_bitbucket_client_secret }}
|
||||
DRONE_BITBUCKET_SKIP_VERIFY={{ drone_bitbucket_skip_verify }}
|
||||
DRONE_BITBUCKET_DEBUG={{ drone_bitbucket_debug }}
|
||||
{% endif %}
|
||||
{% if aws_access_key_id != "" and aws_secret_access_key != "" %}
|
||||
AWS_ACCESS_KEY_ID={{ aws_access_key_id }}
|
||||
AWS_SECRET_ACCESS_KEY={{ aws_secret_access_key }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user