ci: fix yaml formatting
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-03-22 16:16:33 +01:00
parent cdc72d6737
commit a5a0af6c21
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -11,7 +11,7 @@ trigger:
exclude: [push, pull_request]
steps:
- name: fedora-hugo
- name: fedora-hugo
pull: always
image: immawanderer/fedora-hugo:latest
commands:
@ -32,10 +32,10 @@ trigger:
event: [push, pull_request]
depends_on:
- pull
- pull
steps:
- name: hugo-extended
- name: hugo-extended
pull: if-not-exists
image: immawanderer/fedora-hugo:latest
commands:
@ -68,10 +68,10 @@ node:
r: main
depends_on:
- build
- build
steps:
- name: hugo-extended
- name: hugo-extended
pull: if-not-exists
image: immawanderer/fedora-hugo:latest
commands:
@ -80,7 +80,7 @@ steps:
- hugo version
- hugo --gc=true --minify
- name: rm-intermediate
- name: rm-intermediate
pull: if-not-exists
image: immawanderer/fedora-hugo:latest
depends_on:
@ -88,7 +88,7 @@ steps:
commands:
- rm -rf ./public
- name: build
- name: build
pull: always
image: tmaier/docker-compose:latest
depends_on:
@ -102,7 +102,7 @@ steps:
branch: master
status: success
- name: deploy
- name: deploy
pull: always
image: tmaier/docker-compose:latest
depends_on:
@ -117,7 +117,7 @@ steps:
status: success
volumes:
- name: s
- name: s
host:
path: /var/run/docker.sock
@ -160,4 +160,3 @@ steps:
from_secret: discord_webhook_id
webhook_token:
from_secret: discord_webhook_token