diff --git a/.drone.yml b/.drone.yml index b98c06f..93c6559 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,9 +19,21 @@ steps: compose: docker-compose.prod.yml deploy_key: from_secret: drone_ssh_swarm.autonomic.zone + + - name: notify rocket chat + image: plugins/slack + settings: + webhook: + from_secret: rc_builds_url + username: comradebritney + channel: "internal.builds" + template: "{{repo.owner}}/{{repo.name}} build failed: {{build.link}}" + when: + status: + - failure trigger: branch: - - master -event: - exclude: - - pull_request + - main + event: + exclude: + - pull_request diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index bd56341..38c9597 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -4,7 +4,9 @@ version: "3.8" services: jekyll: image: decentral1se/autonomic.zone:latest - command: bundle exec jekyll serve --host 0.0.0.0 --trace + command: | + bundle exec + jekyll serve --host 0.0.0.0 --trace environment: JEKYLL_ENV: production networks: diff --git a/docker-compose.yml b/docker-compose.yml index bc34c54..aa67b0b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,12 @@ --- -version: "3.7" +version: "3.8" services: jekyll: - image: "jekyll/jekyll:4" - command: jekyll serve --watch --force_polling --trace + image: decentral1se/autonomic.zone:latest + command: | + bundle exec + jekyll serve --watch --host 0.0.0.0 --force_polling --trace volumes: - ".:/srv/jekyll" ports: diff --git a/requirements.txt b/requirements.txt index fe75b18..28c4c8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -docker-compose==1.28.0 +docker-compose==1.28.2 diff --git a/src/_includes/footer.html b/src/_includes/footer.html index 4169d0a..afbe183 100644 --- a/src/_includes/footer.html +++ b/src/_includes/footer.html @@ -7,7 +7,7 @@ Contact us to discuss your project's needs and arrange a consultation:
helo@autonomic.zone

Download PGP key
- Verify fingerprint:82FC 87C5 1A71 902F DC10 2CF5 4F90 D55B B24B 1147 + Verify fingerprint:82FC 87C5 1A71 902F DC10 2CF5 4F90 D55B B24B 1147