ci: fix yaml formatting
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
cdc72d6737
commit
a5a0af6c21
19
.drone.yml
19
.drone.yml
@ -11,7 +11,7 @@ trigger:
|
|||||||
exclude: [push, pull_request]
|
exclude: [push, pull_request]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: fedora-hugo
|
- name: fedora-hugo
|
||||||
pull: always
|
pull: always
|
||||||
image: immawanderer/fedora-hugo:latest
|
image: immawanderer/fedora-hugo:latest
|
||||||
commands:
|
commands:
|
||||||
@ -32,10 +32,10 @@ trigger:
|
|||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- pull
|
- pull
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: hugo-extended
|
- name: hugo-extended
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: immawanderer/fedora-hugo:latest
|
image: immawanderer/fedora-hugo:latest
|
||||||
commands:
|
commands:
|
||||||
@ -68,10 +68,10 @@ node:
|
|||||||
r: main
|
r: main
|
||||||
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: hugo-extended
|
- name: hugo-extended
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: immawanderer/fedora-hugo:latest
|
image: immawanderer/fedora-hugo:latest
|
||||||
commands:
|
commands:
|
||||||
@ -80,7 +80,7 @@ steps:
|
|||||||
- hugo version
|
- hugo version
|
||||||
- hugo --gc=true --minify
|
- hugo --gc=true --minify
|
||||||
|
|
||||||
- name: rm-intermediate
|
- name: rm-intermediate
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
image: immawanderer/fedora-hugo:latest
|
image: immawanderer/fedora-hugo:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -88,7 +88,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- rm -rf ./public
|
- rm -rf ./public
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
pull: always
|
pull: always
|
||||||
image: tmaier/docker-compose:latest
|
image: tmaier/docker-compose:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -102,7 +102,7 @@ steps:
|
|||||||
branch: master
|
branch: master
|
||||||
status: success
|
status: success
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
pull: always
|
pull: always
|
||||||
image: tmaier/docker-compose:latest
|
image: tmaier/docker-compose:latest
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -117,7 +117,7 @@ steps:
|
|||||||
status: success
|
status: success
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: s
|
- name: s
|
||||||
host:
|
host:
|
||||||
path: /var/run/docker.sock
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
@ -160,4 +160,3 @@ steps:
|
|||||||
from_secret: discord_webhook_id
|
from_secret: discord_webhook_id
|
||||||
webhook_token:
|
webhook_token:
|
||||||
from_secret: discord_webhook_token
|
from_secret: discord_webhook_token
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user