Moving old to subdirectory

This commit is contained in:
2026-04-14 21:39:34 +02:00
parent 407b9946f8
commit cda7ffd226
199 changed files with 0 additions and 229 deletions
+30
View File
@@ -0,0 +1,30 @@
---
kind: pipeline
type: docker
name: default
trigger:
event:
- tag
steps:
- name: build-hugo
image: ariejan/drone-hugo
settings:
hugo_version: 0.65.3
- name: build-docker-caddy
image: plugins/docker
settings:
registry: h3m6q87t.gra7.container-registry.ovh.net
username:
from_secret: docker_username
password:
from_secret: docker_password
dockerfile: ./Dockerfile
context: ./
repo: h3m6q87t.gra7.container-registry.ovh.net/chill_website
tag: ${DRONE_TAG:=latest}
pull_image: true
---