feat: init
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-06 20:38:20 +01:00
commit 2f153965a2
2 changed files with 26 additions and 0 deletions

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
---
kind: pipeline
name: publish docker image
steps:
- name: download writefreely code
image: alpine/curl:8.1.2
commands:
- curl -L -o writefreely.tar.gz https://github.com/writefreely/writefreely/archive/refs/tags/v0.15.1.tar.gz
- "tar -zxvf writefreely.tar.gz"
- "rm writefreely.tar.gz"
- "mv writefreely-* writefreely"
- name: build and publish
image: plugins/docker
settings:
dockerfile: writefreely/Dockerfile
context: writefreely
username: coopcloud
password:
from_secret: git_coopcloud_tech_token_3wc
repo: git.coopcloud.tech/coop-cloud-chaos-patchs/docker-writefreely
tags: v0.15.1
registry: git.coopcloud.tech

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# docker-writefreely
Image publishing machinery because Writefreely [doesn't provide it *yet*](https://writefreely.org/docs/main/admin/docker).