A simple Portainer Service Updater
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
OCram85 d2189ab440
Dev (#1)
1 year ago
.gitea migrate repo content 1 year ago
.vscode migrate repo content 1 year ago
bin migrate repo content 1 year ago
build migrate repo content 1 year ago
cconsole migrate repo content 1 year ago
docs migrate repo content 1 year ago
tests migrate repo content 1 year ago
.drone.yml Dev (#1) 1 year ago
.editorconfig migrate repo content 1 year ago
.gitattributes migrate repo content 1 year ago
.gitignore migrate repo content 1 year ago
.gitlocal migrate repo content 1 year ago
Dockerfile migrate repo content 1 year ago
LICENSE Initial commit 1 year ago
README.md migrate repo content 1 year ago
go.mod Dev (#1) 1 year ago
go.sum Dev (#1) 1 year ago
main.go migrate repo content 1 year 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