You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* update go version * update dependencies |
2 years ago | |
---|---|---|
.gitea | 2 years ago | |
.vscode | 2 years ago | |
bin | 2 years ago | |
build | 2 years ago | |
cconsole | 2 years ago | |
docs | 2 years ago | |
tests | 2 years ago | |
.drone.yml | 2 years ago | |
.editorconfig | 2 years ago | |
.gitattributes | 2 years ago | |
.gitignore | 2 years ago | |
.gitlocal | 2 years ago | |
Dockerfile | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
go.mod | 2 years ago | |
go.sum | 2 years ago | |
main.go | 2 years ago |
README.md
Portainer-ServiceUpdate
A simple Portainer Service Updater
About
You can use this plugin for updating any Portainer Service within a drone.io pipeline.
- Enable the
Service webhook
feature in your portainer service definition.- copy the token part in the shown url.
Add a Drone.IO secret in your project named TOKEN
Add this step to your pipeline to trigger the update:
- name: "Trigger Service Update"
image: ocram85/portainer-serviceupdate
settings:
VERBOSE: true
URI: "https://your-portainer-url.com"
TOKEN:
from_secret: TOKEN