dopos / dcape-app-woodpecker

woodpecker-ci.org application package for dcape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dcape-app-woodpecker

GitHub Release GitHub code size in bytes GitHub license

Woodpecker CI application package for dcape.

Why Woodpecker CI?

See here

Docker image used

Requirements

Install

By mouse (deploy with drone)

  • Gitea: Fork or mirror this repo in your Git service
  • Drone: Activate repo
  • Gitea: "Test delivery", config sample will be saved to enfist
  • Enfist: Edit config and remove .sample from name
  • Gitea: "Test delivery" again (or Drone: "Restart") - app will be installed and started on webhook host

By hands

git clone --single-branch --depth 1 https://github.com/dopos/dcape-app-woodpecker.git
cd dcape-app-woodpecker
make config
... <edit .env.sample>
mv .env.sample .env
make up

License

The MIT License (MIT), see LICENSE.

Copyright (c) 2023 Aleksei Kovrizhkin lekovr+dopos@gmail.com

About

woodpecker-ci.org application package for dcape

License:MIT License


Languages

Language:Makefile 100.0%