Actually fix indentation
Some checks reported errors
Some checks reported errors
This commit is contained in:
parent
8cebecbbfd
commit
efac2d6664
54
.drone.yml
54
.drone.yml
@ -2,31 +2,31 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: publish pipeline
|
name: publish pipeline
|
||||||
steps:
|
steps:
|
||||||
- name: publish jekyll container
|
- name: publish jekyll container
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings: &docker-build-settings
|
settings: &docker-build-settings
|
||||||
username: 3wordchant
|
username: 3wordchant
|
||||||
password:
|
password:
|
||||||
from_secret: git_autonomic_zone_token_3wc
|
from_secret: git_autonomic_zone_token_3wc
|
||||||
repo: git.autonomic.zone/autonomic-cooperative/kcl-site
|
repo: git.autonomic.zone/autonomic-cooperative/kcl-site
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
registry: git.autonomic.zone
|
registry: git.autonomic.zone
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
event:
|
event:
|
||||||
exclude:
|
exclude:
|
||||||
- custom
|
- custom
|
||||||
|
|
||||||
- name: deploy-site
|
- name: deploy-site
|
||||||
image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest
|
image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest
|
||||||
settings:
|
settings:
|
||||||
host: small-clients.autonomic.zone
|
host: small-clients.autonomic.zone
|
||||||
service: kcl_autonomic_zone_app
|
service: kcl_autonomic_zone_app
|
||||||
source: /srv/jekyll/dist/
|
source: /srv/jekyll/dist/
|
||||||
dest: /usr/share/nginx/html/
|
dest: /usr/share/nginx/html/
|
||||||
exec_pre: rm -rf /usr/share/nginx/html/*
|
exec_pre: rm -rf /usr/share/nginx/html/*
|
||||||
deploy_key:
|
deploy_key:
|
||||||
from_secret: drone_ssh_swarm-demo.autonomic.zone
|
from_secret: drone_ssh_swarm-demo.autonomic.zone
|
||||||
depends_on:
|
depends_on:
|
||||||
- publish-jekyll-container
|
- publish-jekyll-container
|
Loading…
Reference in New Issue
Block a user