Skip to content

Commit

Permalink
Fix Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ybizeul committed Aug 15, 2018
1 parent 75dd0a7 commit b401dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ gitlab_deploy() {
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

# Exit curl status code if curl didn't work
exit $?
}

0 comments on commit b401dbb

Please sign in to comment.