Fix indentation
Some checks reported errors
Some checks reported errors
This commit is contained in:
parent
dfffae35b2
commit
8cebecbbfd
30
.drone.yml
30
.drone.yml
@ -2,21 +2,21 @@
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user