https://github.com/drosocode/streamdeck-droneci
https://github.com/drosocode/streamdeck-droneci
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drosocode/streamdeck-droneci
- Owner: drosoCode
- License: mit
- Created: 2021-01-18T21:28:33.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T22:46:17.000Z (about 5 years ago)
- Last Synced: 2024-12-28T21:17:39.042Z (about 1 year ago)
- Language: CSS
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drone CI plugin for Stream Deck
## Usage
- Build the project with Visual Studio
- Copy the `bin/Release/com.drosocode.droneci.sdPlugin` folder in `%appdata%\Elgato\StreamDeck\Plugins`
## Configuration
- URL is your drone url (ex: `http://192.168.1.20:4000`)
- Token is your access token (can be found in drone user settings)
- Update interval is in minutes
- Mode can be status (displays ok/progress/error icons depending on the latest build status, click will force the update) or promote (displays a promote icon if the build hasn't already been promoted, click will promote the latest build to the specified target)
- Owner is the repo owner
- Name is the repo name
- Target is the promote target (only needed in promote mode)