Initial import
continuous-integration/drone/push Build is failing Details

This commit is contained in:
3wc 2023-07-14 12:38:22 +01:00
commit ad01cf1bc4
1 changed files with 20 additions and 0 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
---
kind: pipeline
name: publish docker image
steps:
- name: download hometown code
image: debian:buster
commands:
- wget https://github.com/hometown-fork/hometown/archive/refs/tags/v3.5.10+hometown-1.0.8.tar.gz
- "tar -zxvf *hometown*.tar.gz"
- "rm *hometown*.tar.gz"
- "mv hometown-* hometown"
- name: build and publish
image: plugins/docker
settings:
context: hometown
username: 3wordchant
password:
from_secret: git_coopcloud_tech_token_3wc
repo: coop-cloud-chaos-patchs/hometown
tags: 1.0.8