Compare commits

...

15 Commits

Author SHA1 Message Date
Luke Murphy 05c26544ff
Use new deploy key name 2020-09-25 14:20:18 +02:00
Luke Murphy 56eaeadfcb
Use latest tags 2020-09-25 13:16:12 +02:00
decentral1se fd09a12a24 Merge pull request 'Update dependency docker-compose to v1.27.4' (#40) from renovate/docker-compose-1.x into master
Reviewed-on: https://git.autonomic.zone/autonomic-cooperative/autonomic.zone/pulls/40
2020-09-25 09:37:30 +02:00
Comrade Renovate Bot 864cffb9b5 Update dependency docker-compose to v1.27.4 2020-09-25 07:00:37 +00:00
Luke Murphy 076234aef4
Update deployment 2020-09-23 09:56:14 +02:00
decentral1se 0d4ee2b0a1 Merge pull request 'Update dependency docker-compose to v1.27.3' (#39) from renovate/docker-compose-1.x into master
Reviewed-on: https://git.autonomic.zone/autonomic-cooperative/autonomic.zone/pulls/39
2020-09-21 10:29:04 +02:00
Comrade Renovate Bot c6f5ccf4aa Update dependency docker-compose to v1.27.3 2020-09-21 07:00:52 +00:00
decentral1se c1267c5366 Merge pull request 'Update dependency docker-compose to v1.27.2' (#38) from renovate/docker-compose-1.x into master
Reviewed-on: https://git.autonomic.zone/autonomic-cooperative/autonomic.zone/pulls/38
2020-09-13 10:58:04 +02:00
Comrade Renovate Bot cabc8efdb7 Update dependency docker-compose to v1.27.2 2020-09-13 08:57:30 +00:00
decentral1se 737b7e1edf Merge pull request 'Configure Renovate' (#37) from renovate/configure into master
Reviewed-on: https://git.autonomic.zone/autonomic-cooperative/autonomic.zone/pulls/37
2020-09-13 10:56:43 +02:00
Comrade Renovate Bot 91eca81fc6 Add renovate.json 2020-09-13 08:56:18 +00:00
james 911ac06b14 Fixed links in privacy and terms pages 2020-08-15 11:26:46 +01:00
james 420b4da5dd Fixing page layouts in privacy, terms, gdpr pages 2020-08-15 11:18:09 +01:00
KawaiiPunk 210afaf16a Merge pull request 'Add basic policies to the website' (#34) from policies into master
Reviewed-on: https://git.autonomic.zone/autonomic-cooperative/autonomic.zone/pulls/34
2020-08-28 19:28:02 +02:00
Luke Murphy 2ae36bade9
Drop PR builds
Closes https://git.autonomic.zone/autonomic-cooperative/autonomic.zone/issues/36#issuecomment-763.
2020-08-04 14:47:28 +02:00
8 changed files with 22 additions and 20 deletions

View File

@ -10,22 +10,18 @@ steps:
password:
from_secret: docker_reg_passwd
repo: decentral1se/autonomic.zone
tags: v2.0.0
tags: latest
- name: deployment
image: decentral1se/drone-stack:19.03.8
image: decentral1se/stack-ssh-deploy:latest
settings:
stack: jekyll
compose: docker-compose.prod.yml
host: tcp://swarm.autonomic.zone:2376
stack_name: jekyll
tlsverify: true
environment:
PLUGIN_CACERT:
from_secret: docker_cacert
PLUGIN_CERT:
from_secret: docker_cert
PLUGIN_KEY:
from_secret: docker_key
deploy_key:
from_secret: drone_ssh_swarm.autonomic.zone
trigger:
branch:
- master
event:
exclude:
- pull_request

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
jekyll:
image: decentral1se/autonomic.zone:v2.0.0
image: decentral1se/autonomic.zone:latest
command: bundle exec jekyll serve --host 0.0.0.0 --trace
environment:
JEKYLL_ENV: production

6
renovate.json Normal file
View File

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

View File

@ -1 +1 @@
docker-compose==1.25.5
docker-compose==1.27.4

View File

@ -57,7 +57,7 @@
</br></br>
</div>
<div style="vertical-align: bottom;">
<a href="{{ '/privacy/index.html' | absolute_url }}">Privacy Policy</a> - <a href="{{ '/terms/index.html' | absolute_url }}">Terms of Service</a> - <a href="{{ '/gdpr/index.html' | absolute_url }}">GDPR</a>
<a href="{{ '/privacy' | relative_url }}">Privacy Policy</a> - <a href="{{ '/terms' | relative_url }}">Terms of Service</a> - <a href="{{ '/gdpr' | relative_url }}">GDPR</a>
</div>
</div>
</div>

View File

@ -1,5 +1,5 @@
---
layout: default
layout: page
title: Privacy Policy
description: Privacy policy for Autonomic Co-operative Limited.
meta_description: This is the privacy policy for Autonomic Co-operative Limited.
@ -19,7 +19,7 @@ This data is processed by our staff and only stored in the EU. We do not share d
We are required under UK tax law to keep your basic personal data (name, address, contact details) for a minimum of 6 years after which time it will be destroyed.
If at any point you believe the information we process on you is incorrect you request to see this information and even have it corrected or deleted. If you wish to raise a complaint on how we have handled your personal data, you can contact our Secretary [helo@autonomic.zone](helo@autonomic.zone) who will investigate the matter.
If at any point you believe the information we process on you is incorrect you request to see this information and even have it corrected or deleted. If you wish to raise a complaint on how we have handled your personal data, you can contact our Secretary [helo@autonomic.zone](mailto:helo@autonomic.zone) who will investigate the matter.
See also our website privacy policy.

View File

@ -1,5 +1,5 @@
---
layout: default
layout: page
title: Website Privacy Policy
description: Privacy policy for autonomic.zone.
meta_description: This is the privacy policy for the website of Autonomic co-operative.
@ -11,6 +11,6 @@ The Autonomic Co-operative Limted website privacy policy.
Our Privacy Notice contains information regarding our General Data Protection Regulation 2016 (GDPR) compliance.
This site does not set cookies. The source code for this website can be found here.
This site does not set cookies. The source code for this website can be found [here](https://git.autonomic.zone/autonomic-cooperative/autonomic.zone).
This site is configured to collect statistics including IP addresses via web server log files as is standard practice. The log files are kept for 28 days or less and are then deleted. We reccomend you use Tor Browser if you require great anonoymity.

View File

@ -1,5 +1,5 @@
---
layout: default
layout: page
title: Terms of Service
description: Terms of Service for autonomic.zone.
meta_description: This is the Terms of Service for Autonomic Co-operative Limited.