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