Actually fix indentation
Some checks reported errors
GitHub Pages Deploy / deploy (push) Waiting to run
JS Lint / lint (push) Waiting to run
HTMLProofer / test (2.7) (push) Waiting to run
HTMLProofer / test (3.0) (push) Waiting to run
continuous-integration/drone/push Build encountered an error

This commit is contained in:
tobias 2024-07-10 10:04:51 +02:00
parent 8cebecbbfd
commit efac2d6664

View File

@ -2,31 +2,31 @@
kind: pipeline
name: publish pipeline
steps:
- name: publish jekyll container
image: plugins/docker
settings: &docker-build-settings
username: 3wordchant
password:
from_secret: git_autonomic_zone_token_3wc
repo: git.autonomic.zone/autonomic-cooperative/kcl-site
auto_tag: true
registry: git.autonomic.zone
when:
branch:
- main
event:
exclude:
- custom
- name: publish jekyll container
image: plugins/docker
settings: &docker-build-settings
username: 3wordchant
password:
from_secret: git_autonomic_zone_token_3wc
repo: git.autonomic.zone/autonomic-cooperative/kcl-site
auto_tag: true
registry: git.autonomic.zone
when:
branch:
- main
event:
exclude:
- custom
- name: deploy-site
image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest
settings:
host: small-clients.autonomic.zone
service: kcl_autonomic_zone_app
source: /srv/jekyll/dist/
dest: /usr/share/nginx/html/
exec_pre: rm -rf /usr/share/nginx/html/*
deploy_key:
from_secret: drone_ssh_swarm-demo.autonomic.zone
depends_on:
- publish-jekyll-container
- name: deploy-site
image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest
settings:
host: small-clients.autonomic.zone
service: kcl_autonomic_zone_app
source: /srv/jekyll/dist/
dest: /usr/share/nginx/html/
exec_pre: rm -rf /usr/share/nginx/html/*
deploy_key:
from_secret: drone_ssh_swarm-demo.autonomic.zone
depends_on:
- publish-jekyll-container