]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
Fix Syntax
authorYann Bizeul <yann@tynsoe.org>
Tue, 21 Aug 2018 14:30:33 +0000 (16:30 +0200)
committerYann Bizeul <yann@tynsoe.org>
Tue, 21 Aug 2018 14:30:33 +0000 (16:30 +0200)
deploy/gitlab.sh

index 0d41ab28097fd3c7dfc2ee7f57ae42aedd899ef6..ece31c945108c0a2efcbca6d192c246e0eb4a544 100644 (file)
@@ -54,8 +54,6 @@ gitlab_deploy() {
     _savedomainconf Le_Deploy_gitlab_domain "$Le_Deploy_gitlab_domain"
   fi
 
-  #curl -s --fail --request PUT --header "PRIVATE-TOKEN: $Le_Deploy_gitlab_token" --form "certificate=@$_cfullchain" --form "key=@$_ckey" "https://gitlab.com/api/v4/projects/$Le_Deploy_gitlab_project_id/pages/domains/$Le_Deploy_gitlab_domain" >/dev/null && exit 0
-  
   string_fullchain=$(_url_encode <$_cfullchain)
   string_key=$(_url_encode <$_ckey)