Skip to content

GitHub Action for updating a service on Portainer via webhook

License

Notifications You must be signed in to change notification settings

newarifrh/portainer-service-webhook

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Portainer Service Webhook

GitHub Super-Linter CI

Portainer service webhook is a GitHub Action for updating a service on Portainer. Action will pull the most up-to-date version of the associated image and re-deploy a service. This will be useful when you have a continuous deployment pipeline.

Action Inputs

Input Description Default
webhook_url Service Webhook URL Required

Example

Save the webhook URL using GitHub Secret.

steps:
  - name: Update Service via Webhook
    uses: newarifrh/portainer-service-webhook@v1
    with:
      webhook_url: ${{ secrets.WEBHOOK_URL }}

About

GitHub Action for updating a service on Portainer via webhook

Topics

Resources

License

Stars

Watchers

Forks

Packages