kristaxox / drone-tardigrade

drone-ci tradigrade plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drone-tardigrade

drone-ci plugin for pushing artifacts to the Tardigrade network

Build

Build the container with the following commands

docker build -t kristaxox/drone-tardigrade .

Usage

Execute from the working directory (note DRY_RUN envar):

docker run --rm \
    -e DRY_RUN=true \
    -e PLUGIN_ACCESS=<tardigrade-access> \
    -e PLUGIN_BUCKET=<bucket> \
    -e PLUGIN_SOURCE=<source> \
    -e PLUGIN_TARGET=<target> \
    -v $(pwd):$(pwd) \
    -w $(pwd) \
    kristaxox/drone-tardigrade

About

drone-ci tradigrade plugin

License:MIT License


Languages

Language:Go 93.8%Language:Dockerfile 6.2%