The site shouldn't be allanger centered
continuous-integration/drone/push Build is failing Details

I want to start having a public library of music and hence I need to
stop centering badhouseplants.net around allanger only
This commit is contained in:
Nikolai Rodionov 2023-08-14 10:47:52 +02:00 committed by Nikolai Rodionov
parent d389af97ec
commit 245ff53cc1
Signed by: allanger
GPG Key ID: 19DB54039EBF8F10
13 changed files with 25 additions and 15 deletions

View File

@ -1,15 +1,12 @@
---
# ----------------------------------------------
# -- Update the helm chart
# ----------------------------------------------
kind: pipeline
type: docker
name: Publish the helm chart
trigger:
event:
- push
steps:
- name: Publish the Helm chart
image: alpine/helm
@ -28,13 +25,11 @@ steps:
kind: pipeline
type: docker
name: Build badhouseplants.net
trigger:
event:
- push
clone:
disable: true
steps:
- name: clone
image: alpine/git
@ -44,25 +39,23 @@ steps:
- git clone $DRONE_REMOTE_URL .
- git checkout $DRONE_BRANCH
- git submodule update --init --recursive
- name: Test a build
image: git.badhouseplants.net/badhouseplants/hugo-builder
depends_on:
- clone
commands:
- hugo -s ./src
- name: Build and push the docker image
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
privileged: true
depends_on:
- Test a build
environment:
BUILDER_COMMIT: 2449b73b13a62ae916c6703778d096e5290157b3
GITEA_TOKEN:
from_secret: GITEA_TOKEN
commands:
- ./scripts/build-container.pl
- name: Sync pictures from lfs to Minio
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
depends_on:
@ -74,7 +67,6 @@ steps:
commands:
- echo "$RCLONE_CONFIG_CONTENT" > $RCLONE_CONFIG
- ./scripts/upload-media.pl
- name: Deploy the application
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
depends_on:
@ -91,7 +83,6 @@ steps:
from_secret: GOOGLE_OAUTH_KEY
commands:
- ./scripts/deploy-app.pl
- name: Cleanup everything
image: git.badhouseplants.net/badhouseplants/badhouseplants-builder:2449b73b13a62ae916c6703778d096e5290157b3
depends_on:
@ -113,13 +104,11 @@ steps:
kind: pipeline
type: docker
name: Spell-Checker
trigger:
event:
- push
clone:
disable: true
steps:
- name: clone
image: alpine/git
@ -128,9 +117,8 @@ steps:
commands:
- git clone $DRONE_REMOTE_URL --recurse-submodules .
- git checkout $DRONE_BRANCH
- name: Spell-Checker
image: node
commands:
commands:
- npm i markdown-spellcheck -g
- mdspell "src/content/**/*.md" -n -r
- mdspell "src/content/**/*.md" -n -r

View File

@ -0,0 +1,19 @@
---
title: "allanger"
date: 2018-12-26T00:00:00+02:00
draft: false
ShowToc: false
cover:
image: "/music/allanger.png"
caption: "allanger"
relative: false
responsiveImages: false
hideSummary: true
tags:
- music
- release
- indie
- alternative
---
I'm allanger, the owner of Bad Houseplants.

BIN
src/static/music/allanger.png (Stored with Git LFS) Normal file

Binary file not shown.