This commit is contained in:
@@ -30,4 +30,11 @@ jobs:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
push: true
|
||||
tags: gitea.abzk.fr/mrzaiko/jarvis:latest
|
||||
tags: gitea.abzk.fr/mrzaiko/jarvis:latest
|
||||
|
||||
- name: Deploy to Portainer
|
||||
run: |
|
||||
curl -s -X POST "http://192.168.1.17:9000/api/stacks/27/redeploy" \
|
||||
-H "X-API-Key: ${{ secrets.PORTAINER_API_KEY }}" \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{}'
|
||||
|
||||
Reference in New Issue
Block a user