Skip to content

Commit

Permalink
👷 Trigger portainer deployment after Docker image pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshHeng committed Apr 4, 2024
1 parent abdce01 commit 12a27c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ jobs:
context: .
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

- name: Trigger Portainer Deployment
uses: newarifrh/portainer-service-webhook@v1
with:
webhook_url: $${{ secrets.PORTAINER_WEBHOOK_URL }}

0 comments on commit 12a27c2

Please sign in to comment.