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

merge

parent 87c47b4b
No related branches found
No related tags found
No related merge requests found
......@@ -44,9 +44,6 @@
<%= f.input :repository %>
<%= f.input :git_branch %>
<% end %>
<%= osuny_panel t('communication.website.analytics') do %>
<%= f.input :plausible_url %>
<% end %>
</div>
<div class="col-xl-4">
<%= osuny_panel Communication::Website.human_attribute_name('social') do %>
......
......@@ -5,3 +5,11 @@ baseURL: <%= @website.url %>
## LANGUAGE
defaultContentLanguage: <%= @website.default_language.iso_code %>
defaultContentLanguageInSubdir: <%= @website.languages.many? %>
<% if @website.deuxfleurs_hosting %>
## DEUXFLEURS
deployment:
targets:
- name: "production"
URL: "s3://<%= @website.deuxfleurs_identifier %>?endpoint=garage.deuxfleurs.fr&s3ForcePathStyle=true&region=garage"
<% end %>
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