mirror of
https://github.com/Ellpeck/WoodpeckerPlugins.git
synced 2024-11-22 10:33:29 +01:00
9 lines
195 B
Bash
9 lines
195 B
Bash
|
export PLUGIN_SERVER=https://cloud.ellpeck.de
|
||
|
export PLUGIN_USER=EllBot
|
||
|
export PLUGIN_FILES=Dockerfile
|
||
|
export PLUGIN_DEST=Test/Testing
|
||
|
export PLUGIN_TAGS=testing,another
|
||
|
|
||
|
npm install
|
||
|
node run.js
|