A simple Portainer Service Updater
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.
 
 
OCram85 d2189ab440
Dev (#1)
* update go version

* update dependencies
2 years ago
.gitea migrate repo content 2 years ago
.vscode migrate repo content 2 years ago
bin migrate repo content 2 years ago
build migrate repo content 2 years ago
cconsole migrate repo content 2 years ago
docs migrate repo content 2 years ago
tests migrate repo content 2 years ago
.drone.yml Dev (#1) 2 years ago
.editorconfig migrate repo content 2 years ago
.gitattributes migrate repo content 2 years ago
.gitignore migrate repo content 2 years ago
.gitlocal migrate repo content 2 years ago
Dockerfile migrate repo content 2 years ago
LICENSE Initial commit 2 years ago
README.md migrate repo content 2 years ago
go.mod Dev (#1) 2 years ago
go.sum Dev (#1) 2 years ago
main.go migrate repo content 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