add redeploy in portainer step
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m44s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m44s
This commit is contained in:
@@ -37,4 +37,8 @@ jobs:
|
||||
--platform linux/amd64 \
|
||||
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:${{ env.sha_short }} \
|
||||
--tag ${{ env.REGISTRY_HOST }}/drholy/n8n-ffmpeg-proxy:latest \
|
||||
.
|
||||
.
|
||||
|
||||
- name: Redeploy stack in Portainer
|
||||
run: |
|
||||
curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"
|
||||
Reference in New Issue
Block a user