Skip to content
Snippets Groups Projects
Commit 723938d1 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent 53a63f51
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ class Deuxfleurs
def create_bucket(host)
response = client.post("website/#{host}")
data = JSON.parse response.body
data['vhost']['name']
data.dig('vhost', 'name')
end
def default_url_for(host)
......
......@@ -4,6 +4,8 @@ BUGSNAG_JAVASCRIPT_KEY:
BUGSNAG_RUBY_KEY:
GITHUB_WEBSITE_THEME_BRANCH:
GITHUB_WEBSITE_THEME_PATH:
GITHUB_WEBSITE_THEME_REPOSITORY:
MAIL_FROM_DEFAULT_ADDRESS:
MAIL_FROM_DEFAULT_NAME:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment